-
Notifications
You must be signed in to change notification settings - Fork 33
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
Use a single pip install command on startup #111
Comments
|
What if we bring up the discussion about subtituting pip with something that have a better dependency resolution like |
The Packaging Team should be in that type of a discussion. They depend on ancient versions of setuptools sometimes. |
oci_env calls pip in multiple places multiple times. Pip is not meant to be used that way wand will happily create conflicts with already installed packages or update otherwise pinned dependencies.
Consolidating all calls to
pip install
into a single one can be considered a hard blocker for using it in any kind of CI.The text was updated successfully, but these errors were encountered: