mmtracking icon indicating copy to clipboard operation
mmtracking copied to clipboard

ImportError: DLL load failed while importing _ext train.py mmaction

Open xiangwentao666 opened this issue 3 years ago • 1 comments

ImportError: DLL load failed while importing _ext: 找不到指定的程序。

!!!!! Attention Please!!

I solved the problem after I uninstalled mmcv-full by both pip and mim, and reinstall mmcv-full by pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.10.1/index.html

If this error occurred, I have a suggestion for you to solve the problem. Please execute the command: pip uninstall mmcv-full and execute this: mim uninstall mmcv-full Right now, please check the original locations of the packages you've uninstalled. I figured out that the location URL printed when I execute pip uninstall mmcv-full is different from that printed when I execute mim uninstall mmcv-full. So, that means I installed 2 or more mmcv-full versions in my PC. Further more, "Anaconda" didn't help me well isolate the two python environments.

xiangwentao666 avatar Apr 06 '22 13:04 xiangwentao666

Thanks for your feedback!

JingweiZhang12 avatar Apr 07 '22 05:04 JingweiZhang12

That's right.It works!

Snowy0289 avatar Feb 02 '23 11:02 Snowy0289