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

The mmcv-full version problem. How can I install it properly? #298

Open
zhujilin1995 opened this issue May 16, 2024 · 0 comments
Open

The mmcv-full version problem. How can I install it properly? #298

zhujilin1995 opened this issue May 16, 2024 · 0 comments

Comments

@zhujilin1995
Copy link

Environment

  1. It requires the mmcv-full version is mmcv-full>=1.3.15,<1.7.0, but when I install the mmcv-full==1.6.2 and run the code, it shows that _ImportError: DLL load failed while importing ext. I don't know what is wrong with it. Could you please help me? Thank you so much.
    • How I installed PyTorch [conda]

Error traceback
File "E:\Ana\envs\optiFlow_1\lib\site-packages\mmcv\ops_init_.py", line 2, in
from .active_rotated_filter import active_rotated_filter
File "E:\Ana\envs\optiFlow_1\lib\site-packages\mmcv\ops\active_rotated_filter.py", line 10, in
ext_module = ext_loader.load_ext(
File "E:\Ana\envs\optiFlow_1\lib\site-packages\mmcv\utils\ext_loader.py", line 13, in load_ext
ext = importlib.import_module('mmcv.' + name)
File "E:\Ana\envs\optiFlow_1\lib\importlib_init_.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ImportError: DLL load failed while importing _ext:

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