We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我按照给的环境配置,最后一直出现这个错误,mmcv-full==1.4.0我通过pip安装不上,最后是通过mim install mmcv==1.4.0装上的,但是一直报错No module named 'mmcv._ext',请问怎么解决
The text was updated successfully, but these errors were encountered:
我也遇到了相同的问题,请问您是怎么解决的?
Sorry, something went wrong.
这是环境问题,可能是mmcv版本不对,建议通过whl安装
In my case, I resolved it by installing it without using the cached version.
pip uninstall mmcv-full pip install --no-cache-dir mmcv-full==1.4.0
maybe you can try to change the version of mmcv or mmcv-full
No branches or pull requests
我按照给的环境配置,最后一直出现这个错误,mmcv-full==1.4.0我通过pip安装不上,最后是通过mim install mmcv==1.4.0装上的,但是一直报错No module named 'mmcv._ext',请问怎么解决
The text was updated successfully, but these errors were encountered: