-
Notifications
You must be signed in to change notification settings - Fork 7.1k
old version is installed for arm64 based conda #5374
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
Comments
When I tried to install torchvision through the command above, I don’t know why the old version is installed, but I was able to solve it simply through the conda package update.
After update the all conda package through the above commands, I was able to get the correct version of torchvision.
Additionally, it was confirmed that it works well in python through the command below from terminal.
|
The reason it installs this really old version, is that |
Hi there, I believe I encountered this same issue while attempting to install
After downgrading to Python
The following output indicated that
Now, when I try to
See relevant discussion on the forums here. Would be grateful for any assistance here. Thanks! Edit: Looks like this latter message is an unrelated issue with |
We currently don't have any binaries for Python 3.11. See #7049. Meaning, if you require that, This is why the behavior goes away if you depend on Python 3.10. Now |
Ah, makes sense. Thanks, @pmeier! |
🐛 Describe the bug
I installed
miniforge
for apple silicon with the following specs:I then created a
conda
environment and then installpytorch
andtorchvision
,When trying to run this
main.py
script I get the following error:Looking at the
torchvision
package version it installed a very old version in-spite of the newpillow
andpytorch
versions installedAfter installing the right version as advised on the
readme
it all worked fine!But seems the requirements / package dependencies are not aligned as an old version
0.2.2
was installed with newpytorch
andpillow
versions.(more details here)
Versions
conda setup:
pytorch and python:
The text was updated successfully, but these errors were encountered: