-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ERROR: Could not build wheels for apex, which is required to install pyproject.toml-based projects #1653
Comments
Would you have more verbose error around the quote above? |
Thank you very much for your reply! you're right. Pytorch1.8.1 is indeed a bit old. But I don't have permission to upgrade cuda, so I can only use pytorch1.8.1. My solution is to use the older brach 22.04-dev. This problem has been solved. |
excuse me, the same thing happened to me. Can you tell me more about how to do it? |
|
I got the same error, solved by "apt-get install python-dev". |
@Rainbowman0 I followed your steps, got this error trace |
Hi @dhyani15 |
It truely works for me! |
Hi@Rainbowman0 |
|
|
python 3.10.11 |
It truly works for me! Pytorch version 1.8.2, CUDA version 11.1, Ubuntu 18.02. Thank you very much! |
still have the same error with your solving method. |
hello, could I know your version of |
Sure, my pip version is 23.3.1 |
Did you solve it? my env is same with you.. |
Yeah, I solved it. I can successfully build apex now |
@EviKulker hi ,My situation is the same as yours. Have you solved this problem now? |
@awer-A I met the same error. Have you solved this problem? |
Try adding |
Still not work. |
Thank you! I still cannot compile apex, but the following works for me: |
python 3.10.11 thanks. anyway. |
pytorch 2.* doesn't work? |
thanks, I can solve it. |
It works for me! Thanks. |
my environment
my issue
I used the following command to install apex, but encountered an error.
pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
ERROR INFO
The text was updated successfully, but these errors were encountered: