I first installed mmflow 0.5.1 and then mmcv using command
mim install mmcv
but it reported
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
mmflow 0.5.1 requires mmcv-full<1.7.0,>=1.3.15, but you have mmcv-full 1.7.0 which is incompatible.
It reported that
ModuleNotFoundError: No module named 'mmcv'
I checked the installation using pip list and it showed mmcv-full is installed.
I'm using cuda-11.3 and pytorch-1.13.0
I first installed mmflow 0.5.1 and then mmcv using command
mim install mmcv
but it reportedAnd I tried to run the demo
It reported that
ModuleNotFoundError: No module named 'mmcv'
I checked the installation usingpip list
and it showed mmcv-full is installed. I'm using cuda-11.3 and pytorch-1.13.0