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
Hi, users are unable to run kuberdock-platform due to dependency conflict with urllib3 package. As shown in the following full dependency graph of kuberdock-platform, kuberdock-platform requires urllib3==1.10.2,while requests==2.22.0 requires urllib3>=1.21.1,<1.26.
According to pip’s “first found wins” installation strategy, urllib3==1.10.2 is the actually installed version.
However, urllib3==1.10.2 does not satisfy urllib3>=1.21.1,<1.26.
Hi, users are unable to run kuberdock-platform due to dependency conflict with urllib3 package. As shown in the following full dependency graph of kuberdock-platform, kuberdock-platform requires urllib3==1.10.2,while requests==2.22.0 requires urllib3>=1.21.1,<1.26.
According to pip’s “first found wins” installation strategy, urllib3==1.10.2 is the actually installed version.
However, urllib3==1.10.2 does not satisfy urllib3>=1.21.1,<1.26.
Dependency tree-------
Thanks for your help.
Best,
Neolith
The text was updated successfully, but these errors were encountered: