-
Notifications
You must be signed in to change notification settings - Fork 11
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
Incompatible package errors from torch 2.1.2 feedstock build #120
Comments
@bbartoldson Specifically regarding this issue, openblas-devel v0.3.24.* likely isn't available, unless you attempted to build and install it (usually to the conda environment), or you installed it from another channel. protobuf also wouldn't be installed if python 3.11.* were to also be installed (it's outside the version requirements). It looks like @cdeepali just merged this version, and I am attempting to build it currently with an env based on python 3.9.18. After/if it completes, I'll install it to the temp environment and attempt to build pytorch 2.1.2. I was forwarded your email regarding the timing on this package being built at CQLS + OSL. If you wish, we can discuss it further on the Open-CE Slack. |
Yes, we have recently merged changes for PyTorch 2.1.2, however it is still being tested at our end. We have added openblas v0.3.24 today morning, so this should proceed now. PS: We are still in dev/testing phase for the OpenCE v1.11 which will provide PyTorch v2.1.2. |
Based on the above comments, I am trying to build the torch feedstock by first building the updated openblas feedstock, but building the openblas feedstock leads to the following package-does-not-exist error. When trying to build openblas, the command I used from inside the openblas feedstock repository was: Since you are still in the dev/testing phase, I can close this issue unless you think it should remain open. Either way, please let me know if I can help test anything. |
PyTorch has a number of dependencies which are included in the pytorch-env.yaml. I would recommend that you use the |
Hi, I have same issue.
|
@jesulo, some of your errors might be fixed by following the approach suggested by @cdeepali. However, when using that suggested approach to get past the errors you found, @madmax-codewarrior-0 gets a separate error (a TypeError). There are more details on this in the slack channel that @madmax-codewarrior-0 linked to above. |
thanks @bbartoldson so still errors. I need pytorch-cuda 2.1.2 |
Is it fixed ? now is it possible to install the |
I noticed the following error. I am happy to help resolve it if you can suggest something to try next. Thank you! -Brian
Error: Using the newly merged PyTorch 2.1.2 framework creates the incompatible package errors shown in the following image.
Details: This happened on a Power9 computer when following the instructions for building a single feedstock.
The text was updated successfully, but these errors were encountered: