
# 使用python3.6-torch1.4版本镜像环境安装MMCV报错
#### 问题现象
日志报错中存在AssertionError: MMCV==1.2.5 is used but incompatible. Please install mmcv\>=1.3.1, \<=1.5.0。
#### 原因分析
MMCV的依赖与PyTorch版本不匹配。
#### 处理方法
可参考[链接](https://mmcv.readthedocs.io/en/latest/get_started/previous_versions.html)的内容，根据PyTorch和CUDA版本安装对应版本的MMCV。
