CascadeTabNet icon indicating copy to clipboard operation
CascadeTabNet copied to clipboard

No module named 'mmcv._ext'

Open AshishGupta1992 opened this issue 4 years ago • 5 comments

I am trying to run the main.py file in my windows and facing the attached error. I have installed all the mentioned libraries. Issue

Please let me know if someone has faced this issue and how can i resolve it.

AshishGupta1992 avatar Sep 15 '20 05:09 AshishGupta1992

Install the 0.4.3 version of mmcv. pip install mmcv==0.4.3

Atul997 avatar Sep 18 '20 04:09 Atul997

Hi @Atul997 , I got the same error from mmcv = 1.0.5. But if install 0.4.3, mmdet requires to have 1.0.5. So wondering which mmdet version do you need? I have mmdet ==2.3.0

luke4u avatar Sep 18 '20 09:09 luke4u

Try it with mmdet==1.2.0!

Atul997 avatar Sep 21 '20 04:09 Atul997

@Atul997 , there seems no distribution for mmdet==1.2.0. See this link https://pypi.org/project/mmdet/#history

luke4u avatar Sep 25 '20 10:09 luke4u

Yep, you need to clone the Github repo and compile the project. Or at lease that's what is done in the colab notebook.

EHadoux avatar Oct 30 '20 16:10 EHadoux