Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: [WinError 126] 找不到指定的模块。 #11

Open
35454652 opened this issue Jan 14, 2023 · 0 comments
Open

OSError: [WinError 126] 找不到指定的模块。 #11

35454652 opened this issue Jan 14, 2023 · 0 comments

Comments

@35454652
Copy link

您好,我在配置好相关环境和ucf数据集后在运行train.py时出现了如下的问题,请问您知道是什么原因吗?
Traceback (most recent call last):
File "D:/python/pycharm/PyTorch_YOWO-plus-main/train.py", line 19, in
from utils.misc import CollateFunc, build_dataset, build_dataloader
File "D:\python\pycharm\PyTorch_YOWO-plus-main\utils\misc.py", line 14, in
from evaluator.ucf_jhmdb_evaluator import UCF_JHMDB_Evaluator
File "D:\python\pycharm\PyTorch_YOWO-plus-main\evaluator\ucf_jhmdb_evaluator.py", line 4, in
from scipy.io import loadmat
File "D:\python\Anaconda\envs\yowo\lib\site-packages\scipy_init_.py", line 136, in
from . import distributor_init
File "D:\python\Anaconda\envs\yowo\lib\site-packages\scipy_distributor_init.py", line 61, in
WinDLL(os.path.abspath(filename))
File "D:\python\Anaconda\envs\yowo\lib\ctypes_init
.py", line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] 找不到指定的模块。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant