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