We list some common troubles faced by many users and their corresponding solutions here. Feel free to enrich the list if you find any frequent issues and have ways to help others to solve them. If the contents here do not cover your issue, please create an issue using the provided templates and make sure you fill in all required information in the template.
The compatible MMFlow and MMCV versions are as below. Please install the correct version of MMCV to avoid installation issues.
MMFlow version | MMCV version |
master | mmcv-full>=1.3.15, <1.8.0 |
---|---|
0.5.2 | mmcv-full>=1.3.15, <1.8.0 |
0.5.1 | mmcv-full>=1.3.15, <1.7.0 |
0.5.0 | mmcv-full>=1.3.15, <=1.6.0 |
0.4.2 | mmcv-full>=1.3.15, <=1.6.0 |
0.4.1 | mmcv-full>=1.3.15, <=1.6.0 |
0.4.0 | mmcv-full>=1.3.15, <=1.5.0 |
0.3.0 | mmcv-full>=1.3.15, <=1.5.0 |
0.2.0 | mmcv-full>=1.3.15, <=1.5.0 |
You need to run pip uninstall mmcv
first if you have mmcv installed. If mmcv and mmcv-full are both installed, there will be ModuleNotFoundError
.