Closed NeolithEra closed 5 years ago
Which solution do you prefer, 1 or 2?
@pmaji Please let me know your choice. I can submit a PR to solve this issue.
Thanks for pointing this out @NeolithEra.
I have gone with options 2 and implemented the change. Testing looks good on my end. Let me know if it is now working for you! Again, really appreciate your involvement! If for some reason this didn't fix it I'll go ahead and re-open the issue.
Hi, users are unable to run crypto-whale-watching-app due to dependency conflict with urllib3 package. As shown in the following full dependency graph of crypto-whale-watching-app, crypto-whale-watching-app 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------
Thanks for your help. Best, Neolith