-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Installing torchvision for ppc64le IBM architecture #2709
Comments
The torchvision issue tracker might be a better place for this: https://github.com/pytorch/vision/issues |
@brando90 interesting issue. I just tried in a clean conda env (x86 linux) to install both pytorch and torchvision :
and it proposes to install the correct version:
Can you try to run the command with EDIT: Probably, the issue is with linux-ppc64le architecture and the only noarch binary is 0.2.2 according to anaconda: https://anaconda.org/pytorch/torchvision Can you try to build it from sources, from github branch v0.4.2 : https://github.com/pytorch/vision/tree/v0.4.2 ? |
@vfdev-5 Your hunch is correct. As of |
In order to install the correct version of torchvision on PPC64le I found it easy to just install the IBM MLDL framework which includes correct versions of pytorch and torchvision-base:
|
PackagesNotFoundError: The following packages are not available from current channels: powerai |
I am in a weird scenario were I am forced to use torch
1.3.1
(due to hardware see: https://public.dhe.ibm.com/ibmdl/export/pub/software/server/ibm-ai/conda/#/). I read from the pytorch docs that it's corresponding version of torchvision is0.4.1
(https://pypi.org/project/torchvision/):but for some reason I have the wrong version of it:
is there a way to install the right version of torchvision?
What I've tried:
First I tried force installing the right version with conda. Conda couldn't find the version of torchvision that I need:
Then I proceeded to try to install it regardless with pip
got an error too.
Is there anything else to try?
I tried but it failed:
related:
cc @fmassa @vfdev-5
The text was updated successfully, but these errors were encountered: