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
Traceback (most recent call last):
File "D:\Lenovo\PycharmProjects\PS-ViT-master\utils\ext_loader.py", line 12, in
ext_module = load_ext('ext', ['progressive_sampling_forward', 'progressive_sampling_backward'])
File "D:\Lenovo\PycharmProjects\PS-ViT-master\utils\ext_loader.py", line 5, in load_ext
ext = importlib.import_module(name)
File "D:\Anaconda3\envs\python39\lib\importlib_init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 666, in _load_unlocked
File "", line 565, in module_from_spec
File "", line 1108, in create_module
File "", line 228, in _call_with_frames_removed
ImportError: DLL load failed while importing _ext: 找不到指定的模块。
The text was updated successfully, but these errors were encountered:
zhcz328
changed the title
First of all, I used ">python setup.py build_ext --inplace" to compile. I would like to ask why the ext_loader.py file appears
First of all, I used ">python setup.py build_ext --inplace" to compile. I would like to ask why the question in ext_loader.py file appears
May 28, 2022
Traceback (most recent call last):
File "D:\Lenovo\PycharmProjects\PS-ViT-master\utils\ext_loader.py", line 12, in
ext_module = load_ext('ext', ['progressive_sampling_forward', 'progressive_sampling_backward'])
File "D:\Lenovo\PycharmProjects\PS-ViT-master\utils\ext_loader.py", line 5, in load_ext
ext = importlib.import_module(name)
File "D:\Anaconda3\envs\python39\lib\importlib_init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 666, in _load_unlocked
File "", line 565, in module_from_spec
File "", line 1108, in create_module
File "", line 228, in _call_with_frames_removed
ImportError: DLL load failed while importing _ext: 找不到指定的模块。
The text was updated successfully, but these errors were encountered: