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

mmcv 1.7.0 not supported #264

Closed
JamesYang-7 opened this issue Nov 28, 2022 · 1 comment
Closed

mmcv 1.7.0 not supported #264

JamesYang-7 opened this issue Nov 28, 2022 · 1 comment

Comments

@JamesYang-7
Copy link

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.

And I tried to run the demo

   python demo/image_demo.py demo/frame_0001.png demo/frame_0002.png \
       configs/pwcnet/pwcnet_ft_4x1_300k_sintel_final_384x768.py \
       checkpoints/pwcnet_ft_4x1_300k_sintel_final_384x768.pth results

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

@MeowZheng
Copy link
Collaborator

please use master branch mmflow, we hanve midified the mmcv maximum version

mmcv_maximum_version = '1.8.0'

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