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 run the test_case.py locally, I will report an error:
Traceback (most recent call last):
File "test_case.py", line 37, in
from fasth_wrapper import *
File "E:\code\SVDH\fasth-master\fasth_wrapper.py", line 38, in
algo = load(name="fasth", sources=["fasth.cpp", "fasth_cuda.cu"])
File "E:\app\aconda\envs\svf\lib\site-packages\torch\utils\cpp_extension.py", line 1144, in load
return _jit_compile(
File "E:\app\aconda\envs\svf\lib\site-packages\torch\utils\cpp_extension.py", line 1382, in _jit_compile
return _import_module_from_library(name, build_directory, is_python_module)
File "E:\app\aconda\envs\svf\lib\site-packages\torch\utils\cpp_extension.py", line 1775, in _import_module_from_library
module = importlib.util.module_from_spec(spec)
ImportError: DLL load failed while importing fasth:The specified module cannot be found.
If you have time, can you help me answer it。thank you!
The text was updated successfully, but these errors were encountered:
When I run the test_case.py locally, I will report an error:
Traceback (most recent call last):
File "test_case.py", line 37, in
from fasth_wrapper import *
File "E:\code\SVDH\fasth-master\fasth_wrapper.py", line 38, in
algo = load(name="fasth", sources=["fasth.cpp", "fasth_cuda.cu"])
File "E:\app\aconda\envs\svf\lib\site-packages\torch\utils\cpp_extension.py", line 1144, in load
return _jit_compile(
File "E:\app\aconda\envs\svf\lib\site-packages\torch\utils\cpp_extension.py", line 1382, in _jit_compile
return _import_module_from_library(name, build_directory, is_python_module)
File "E:\app\aconda\envs\svf\lib\site-packages\torch\utils\cpp_extension.py", line 1775, in _import_module_from_library
module = importlib.util.module_from_spec(spec)
ImportError: DLL load failed while importing fasth:The specified module cannot be found.
If you have time, can you help me answer it。thank you!
The text was updated successfully, but these errors were encountered: