-
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: Command errored out with exit status 1 #640
Comments
Same error here. |
I solved this problem by using following command to install:
hope it can help you :) |
I get this error when I try to install with python setup.py install --cuda_ext --cpp_ext --pyprof but not when I leave The culprit seems to be on this line, Line 37 in 0ce8ad3
My pip version is 19.3.1 on Python 3.7.6, in a virtualenv. Update:
|
@zbzhzhy
Using your suggestion above caused the following error:
|
Ok, #278 (comment) will solve the gcc version issue. Remember to install both ` |
Hello, I meet a error while installing the apex. At first, there was a mismatch of cuda version. Through setting the CUDA_HOME, this problem arrised.
I am using the following command to install the Apex:
ptyhon -m pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
Environment cuda 10.1, pytorch 1.3
ERROR:
The text was updated successfully, but these errors were encountered: