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 auto_crawler_ptt_beauty_image due to dependency conflict with urllib3 package.
As shown in the following full dependency graph of auto_crawler_ptt_beauty_image, it directly requires urllib3,while requests==2.21.0 requires urllib3>=1.21.1,<1.25.
According to pip’s “first found wins” installation strategy, urllib3==1.25.3 is the actually installed version. However, urllib3==1.25.3 does not satisfy urllib3>=1.21.1,<1.25.
@NeolithEra
In fact, you can choose any one, because there is only one function about urllib3.
Just hide some unwanted warnings.
urllib3.disable_warnings()
NeolithEra
added a commit
to NeolithEra/auto_crawler_ptt_beauty_image
that referenced
this issue
Jan 18, 2020
Hi, users are unable to run auto_crawler_ptt_beauty_image due to dependency conflict with urllib3 package.
As shown in the following full dependency graph of auto_crawler_ptt_beauty_image, it directly requires urllib3,while requests==2.21.0 requires urllib3>=1.21.1,<1.25.
According to pip’s “first found wins” installation strategy, urllib3==1.25.3 is the actually installed version. However, urllib3==1.25.3 does not satisfy urllib3>=1.21.1,<1.25.
Dependency tree
Solution
Thanks for your help.
Best,
Neolith
The text was updated successfully, but these errors were encountered: