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

AssertionError: MMCV==0.4.3 is used but incompatible. Please install mmcv>=1.3.17, <=1.7.0. #171

Open
np-n opened this issue Nov 17, 2022 · 3 comments

Comments

@np-n
Copy link

np-n commented Nov 17, 2022

I am trying to run the Cascade_TabNet_Demo.ipynb notebook but It throws an AssertionError i.e AssertionError: MMCV==0.4.3 is used but incompatible. Please install mmcv>=1.3.17, <=1.7.0..To fix it, I tried to install mmcv==1.3.17 but again ended with ModuleNotFoundError i.e ModuleNotFoundError: No module named 'mmcv._ext' error. Do you have any idea to fix it? Thank you!

@harishbattula
Copy link

I got the same error! Have you resolved it by any means..?

@np-n
Copy link
Author

np-n commented Jan 4, 2023

I fixed it by installing mmcv-full instead of mmcv . Try it: !pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu111/torch1.8.0/index.html

@Quanult
Copy link

Quanult commented Jul 12, 2023

Hi @np-n , I tried to install mmcv-full, but after that, I run the inference code and get this error: ModuleNotFoundError: No module named 'mmcv.parallel' I find out that it could be removed from the new version of mmcv.
Have you got this?

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

3 participants