You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: