Run pip safely in deployment
All threads resolved!
All threads resolved!
When testing python 3.10, I found that following the deployment installation process exactly led to using pip from python3.9, i.e. pip install ...
checked the python3.9 libraries and concluded it had everything it needed. Switching to python -m pip
instead of just pip
fixes this issue.
Edited by Cody Messick
Merge request reports
Activity
Filter activity
added 4 commits
-
5791b984...377960fa - 3 commits from branch
emfollow:main
- 32da46b4 - Run pip safely in deployment
-
5791b984...377960fa - 3 commits from branch
@leo-singer could you please review this minor change to the deployment?
- Resolved by Deep Chatterjee
I wouldn't characterize this as more safe. It is more tolerant of misconfigured Python environments, though.
added 77 commits
-
32da46b4...e9c15c50 - 76 commits from branch
emfollow:main
- d90d83ae - Run pip safely in deployment
-
32da46b4...e9c15c50 - 76 commits from branch
added 2 commits
enabled an automatic merge when the pipeline for d776a914 succeeds
Please register or sign in to reply