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

Are there any versions of MMCV that could support both MMflow and MMpose at the same time? Or do you have any other solution for this? #295

Open
Yangxinyee opened this issue Dec 20, 2023 · 0 comments

Comments

@Yangxinyee
Copy link

I am trying to combine the two projects for some tasks. However, I found that MMpose and MMflow required different versions of mmcv.

I installed mmcv-full as the document says, and when I tried to run a demo of MMpose:
error:
AssertionError: MMCV==1.7.1 is used but incompatible. Please install mmcv>=2.0.0rc4, <=2.2.0.

Then I tried installed mmcv 2.1.0, and when I ran a demo of MMflow:
error:
AssertionError: MMCV==2.1.0 is used but incompatible. Please install mmcv>=1.3.15, <1.8.0.

The versions of mmcv required by the two projects appear to conflict. It seems like a problem difficult to solve. And I really hope that you could help me run MMflow and MMpose in one same python envrionment!

Are there any versions of MMCV that could support both MMflow and MMpose at the same time? Or do you have any other solutions for this?

Really appreciate!

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

1 participant