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
May not be a bug but I would like to just to inform that documentation may not be up to date. And maybe you may want to do some changes (in code or docs) so that latest version of pip 20.2.3 can aligned.
Describe the bug
When using latest version of pip 20.2.3. --install-options containing paths are no longer supported.
See also pypa/pip#7309
To Reproduce
When running as decribed in DOCS one will see an error:
ERROR: Location-changing options found in --install-option: ['--install-lib', '--prefix'] from command line. This is unsupported, use pip-level options like --user, --prefix, --root, and --target instead.
Environment (please complete the following information):
OS flavor: Ubuntu 18.04 using Docker
Graphite-web version: 1.1.7
Django/Python version: 3.7
Setup type: pip 20.2.3
The text was updated successfully, but these errors were encountered:
I was using docker image, where I can just do pip install pip==20.1, I think this may work around will work for most python virtual environments as well even when downgrading.
May not be a bug but I would like to just to inform that documentation may not be up to date. And maybe you may want to do some changes (in code or docs) so that latest version of
pip 20.2.3
can aligned.Describe the bug
When using latest version of pip
20.2.3
.--install-options
containing paths are no longer supported.See also pypa/pip#7309
To Reproduce
When running as decribed in DOCS one will see an error:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: