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
Environment: arm64 Debian Buster
Python3.7
When upgrading from stock pip 18.1 to the latest 21.3, subsequent commands using the "-b" option start failing. This issue was not observed in the previous pip3 versions.
Command: pip3 install -b ./foo <some_package>
Description
Environment: arm64 Debian Buster
Python3.7
When upgrading from stock pip 18.1 to the latest 21.3, subsequent commands using the "-b" option start failing. This issue was not observed in the previous pip3 versions.
Command:
pip3 install -b ./foo <some_package>
Error:
`Usage:
pip3 install [options] [package-index-options] ...
pip3 install [options] -r [package-index-options] ...
pip3 install [options] [-e] ...
pip3 install [options] [-e] ...
pip3 install [options] <archive url/path> ...
no such option: -b`
Expected behavior
In versions prior to 21.3, the "-b" option worked fine when used as mentioned above. Has the usage/option to specify build dir changed?
pip version
21.3
Python version
python3.7
OS
Debian Buster (arm64)
How to Reproduce
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: