We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i run the command: python setup.py install --cuda_ext --cpp_ext I get the error: 'RuntimeError: Error compiling objects for extension'
python setup.py install --cuda_ext --cpp_ext
I also tried running this command: pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings "--build-option=--cpp_ext" --config-settings "--build-option=--cuda_ext" git+https://github.com/NVIDIA/apex.git
pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings "--build-option=--cpp_ext" --config-settings "--build-option=--cuda_ext" git+https://github.com/NVIDIA/apex.git
I receive a series of errors like this: FAILED: /root/apex/build/temp.linux-x86_64-cpython-310/csrc/multi_tensor_l2norm_kernel.o
FAILED: /root/apex/build/temp.linux-x86_64-cpython-310/csrc/multi_tensor_l2norm_kernel.o
I have tried almost every single solution on github and stackoverflow, so I would greatly appreciate some help with this.
The text was updated successfully, but these errors were encountered:
meet same problem
Sorry, something went wrong.
No branches or pull requests
When i run the command:
python setup.py install --cuda_ext --cpp_ext
I get the error: 'RuntimeError: Error compiling objects for extension'
I also tried running this command:
pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings "--build-option=--cpp_ext" --config-settings "--build-option=--cuda_ext" git+https://github.com/NVIDIA/apex.git
I receive a series of errors like this:
FAILED: /root/apex/build/temp.linux-x86_64-cpython-310/csrc/multi_tensor_l2norm_kernel.o
I have tried almost every single solution on github and stackoverflow, so I would greatly appreciate some help with this.
The text was updated successfully, but these errors were encountered: