You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the amazing repo! This fucntion is absolutely a missing part from PyTorch.
However, I encountered the following error during install:
Traceback (most recent call last):
File "/home/username/anaconda3/envs/ai/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1515, in _run_ninja_build
env=env)
File "/home/username/anaconda3/envs/ai/lib/python3.7/subprocess.py", line 512, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
Does anyone have any ideas how to deal with it?
The text was updated successfully, but these errors were encountered:
I'm afraid this is a problem caused by the update of the header file caused by the pytorch version update, which I also encountered in pytorch 1.7, and I haven't found a good solution for now.
Have you tried using different cudatoolkit version when installing pytorch?
I got the same error with CUDA11.1 + Pytorch 1.8.1, but changing to CUDA 10.1 + Pytorch 1.8.1 solved the problem.
Thank you for the amazing repo! This fucntion is absolutely a missing part from PyTorch.
However, I encountered the following error during install:
Does anyone have any ideas how to deal with it?
The text was updated successfully, but these errors were encountered: