-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
python3-pip (18.1) extra-index-url #4011
Comments
AFAIK, pip moves fairly fast, so the distro-packaged version will always be out of date. One of the first things pip users tend to do is run the pip command to update pip. |
Fair enough. That being said, 18.1 is a 2018 release and its almost 2021 now. In addition, pip officially recommends not to manually install pip and instead use the one provided by your package manager, so I posted this so that people using the official best practice (from pip at least) to have this work. |
Yeah, there tends to be a conflict between distros like Debian and fast moving projects like node.js, pip and so on. This should be something that Debian fixes and if there's a patch that works, I can apply it in Raspberry Pi OS. But I can't pull in a whole new pip release, since I don't know what new issues it will introduce. |
This looks similar to an issue raised for pip (pypa/pip#7486). On my Raspberry Pi 3 running the latest version of Buster and pip3 version 18.1, when I try to install a package from my private index, it fails saying it can't find it on the public index. If I uninstall the version installed via apt and install the latest version of pip (https://pip.pypa.io/en/stable/installing/) using the get-pip.py script, it installs pip version 20.3.3 which successfully installs the package.
The text was updated successfully, but these errors were encountered: