Paweł Bernaciak
Paweł Bernaciak
I’m during move now, but next week I should have some time to make some docs!
This is caused by particular way in which `uv` and `python-build-standalone` works. Normally python is build with statically linked so: ``` python_root |___ lib | |__ libpython3.a ``` in distribution...
I've made some test locally and got install running correctly. Index: install.py ```diff diff --git a/install.py b/install.py --- a/install.py (revision 9afb325fc853a2b7ee79f3f83bfdf966446169a9) +++ b/install.py (date 1761678727930) @@ -51,7 +51,7 @@ print(f"Failed...