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
When I try running the following:
python setup.py build_ext --inplace
A RunTime Error is being outputted as follows:
File "C:\Users\User\Anaconda3\envs\mesh_funcspace\lib\site-packages\torch\utils\cpp_extension.py", line 635, in win_wrap_ninja_compile
with_cuda=with_cuda)
File "C:\Users\User\Anaconda3\envs\mesh_funcspace\lib\site-packages\torch\utils\cpp_extension.py", line 1238, in _write_ninja_file_and_compile_objects
error_prefix='Error compiling objects for extension')
File "C:\Users\User\Anaconda3\envs\mesh_funcspace\lib\site-packages\torch\utils\cpp_extension.py", line 1538, in _run_ninja_build
raise RuntimeError(message) from e
RuntimeError: Error compiling objects for extension
The text was updated successfully, but these errors were encountered:
When I try running the following:
python setup.py build_ext --inplace
A RunTime Error is being outputted as follows:
File "C:\Users\User\Anaconda3\envs\mesh_funcspace\lib\site-packages\torch\utils\cpp_extension.py", line 635, in win_wrap_ninja_compile
with_cuda=with_cuda)
File "C:\Users\User\Anaconda3\envs\mesh_funcspace\lib\site-packages\torch\utils\cpp_extension.py", line 1238, in _write_ninja_file_and_compile_objects
error_prefix='Error compiling objects for extension')
File "C:\Users\User\Anaconda3\envs\mesh_funcspace\lib\site-packages\torch\utils\cpp_extension.py", line 1538, in _run_ninja_build
raise RuntimeError(message) from e
RuntimeError: Error compiling objects for extension
The text was updated successfully, but these errors were encountered: