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

ModuleNotFoundError: No module named 'mmcv._ext' #271

Open
cong-ren opened this issue Jul 17, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'mmcv._ext' #271

cong-ren opened this issue Jul 17, 2024 · 1 comment

Comments

@cong-ren
Copy link

When I test, there is a error "ModuleNotFoundError: No module named 'mmcv._ext'".
I have no idea how to deal.

@PhilWallace
Copy link

Possibly due to the mismatched version of mmcv related tools. Make sure the following is correctly compiled:

git clone https://github.com/open-mmlab/mmdetection3d.git
cd mmdetection3d
git checkout v0.17.1 # Other versions may not be compatible.
python setup.py install

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

2 participants