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
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!
The text was updated successfully, but these errors were encountered:
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
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?
I am trying to run the
Cascade_TabNet_Demo.ipynb
notebook but It throws an AssertionError i.eAssertionError: 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.eModuleNotFoundError: No module named 'mmcv._ext'
error. Do you have any idea to fix it? Thank you!The text was updated successfully, but these errors were encountered: