-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace pipenv #22
Comments
Poetry can install packages to existing venv: just activate it and try Also, you can explicitly configure poetry to use your venv, or to use system wide python, see https://python-poetry.org/docs/configuration/ ( |
@b0g3r: I know, but that’s not suitable for build servers and in CI. |
Why? We use poetry for installing project dependencies to system-wide python as described here: |
However, I need the ability to install the current package along with its dependencies in a specific environment that I can completely specify, including architecture and compilers. |
DepHell can print dependencies tree and manage virtual environments: |
Hi @orsinium, thank you for the hint. It’s an Interesting project, but unfortunately I still need Python2 support: many research institutes I know still have legacy Python2 projects. |
Since pipenv doesn’t seem to be further developed (see If this project is dead, just tell us #4058 it’s time to look around for alternatives.
Unfortunately, Poetry can’t install packages along with their dependencies in an explicitly specified virtual environment. However, this makes CI much easier.
The text was updated successfully, but these errors were encountered: