You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In poetry, you can set system-site-packages=true in poetry.toml so virtualenvs are created with access to the system site packages directory. This can be useful if you have a complex package that does not install or work well in virtualenv.
For example, my use case is that I am using tensorflow both in python and via the C API, so to avoid issues I need the tensorflow version and build to be exactly the same between my OS and what python uses.
Thank you for working on this. Looks like in the latest iteration of the above PR, it can be specified via pyproject.toml per project. This definitely works for my use case.
In poetry, you can set system-site-packages=true in poetry.toml so virtualenvs are created with access to the system site packages directory. This can be useful if you have a complex package that does not install or work well in virtualenv.
For example, my use case is that I am using tensorflow both in python and via the C API, so to avoid issues I need the tensorflow version and build to be exactly the same between my OS and what python uses.
It looks like uv supports system-site-packages: astral-sh/uv#2038 astral-sh/uv#2101
Is this supported in rye? Maybe I have missed something. Thanks!
The text was updated successfully, but these errors were encountered: