-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Packages not discoverable by pip #10582
Comments
torchtext 0.9.1 does not publish either its source code or an M1 binary, so it "exists" but does not "exist" for you. Merging this into #10052. |
Thanks for your clarification @uranusjr . What about the more section, how is it possible that I get it working when running in a ad-hoc conda environment with the same pip and python versions? |
One possibility is the Conda Python is running on Rosetta and is therefore fetching x86_64 images instead. There are a lof of possibilities. |
That's true! It seems that with that option |
Description
Good evening,
I am facing this issue that prevents me from installing specific package versions even though they are present in the PyPi repository. In my case, running
pip3 install torchtext==0.9.1
produces the following error:Running
pip3 index versions torchtext
seems that some versions are missing (even though they should be):More
Creating a conda environment with the same Python (
3.9.7
) and pip3 (pip 21.2.4 from /opt/homebrew/Caskroom/miniconda/base/envs/prova/lib/python3.9/site-packages/pip (python 3.9)
) versions and then running the same command produces the correct version list:Any clue of what could be the issue with the base pip3 installation?
Expected behavior
The complete list of versions for a given package in the first case.
pip version
pip 21.2.4 from /opt/homebrew/lib/python3.9/site-packages/pip (python 3.9)
Python version
Python 3.9.7
OS
macOS Big Sur 11.6 (Apple Silicon)
How to Reproduce
pip3 index versions torchtext
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: