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
Hello, when I run this code, I have a problem like this:
D:\Anaconda\python.exe D:\PycharmProject\ssn-pytorch-master\inference.py
compile cuda source of 'pair_wise_distance' function...
NOTE: if you avoid this process, you make .cu file and compile it following https://pytorch.org/tutorials/advanced/cpp_extension.html
Traceback (most recent call last):
File "D:\Anaconda\Lib\site-packages\torch\utils\cpp_extension.py", line 1893, in _run_ninja_build
subprocess.run(
File "D:\Anaconda\Lib\subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
....
.....
.....
ninja: build stopped: subcommand failed.
I also found some solutions on the Internet for this problem, but they have not been able to solve it, have you encountered a similar problem, can you see how to solve it?
The text was updated successfully, but these errors were encountered:
Hello, when I run this code, I have a problem like this:
D:\Anaconda\python.exe D:\PycharmProject\ssn-pytorch-master\inference.py
compile cuda source of 'pair_wise_distance' function...
NOTE: if you avoid this process, you make .cu file and compile it following https://pytorch.org/tutorials/advanced/cpp_extension.html
Traceback (most recent call last):
File "D:\Anaconda\Lib\site-packages\torch\utils\cpp_extension.py", line 1893, in _run_ninja_build
subprocess.run(
File "D:\Anaconda\Lib\subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
....
.....
.....
ninja: build stopped: subcommand failed.
I also found some solutions on the Internet for this problem, but they have not been able to solve it, have you encountered a similar problem, can you see how to solve it?
The text was updated successfully, but these errors were encountered: