Open NeolithEra opened 4 years ago
@crankycoder Which solution do you prefer, 1 or 2? Please let me know your choice. I can submit a PR to solve this issue.
Let me take a look at this - I originally pinned the version of boto3 to 1.7 so that we don't get breaking incompatibility with the mocking library for boto3 (moto)
@crankycoder Thank you very much for your feedback. :-P
Hi, users are unable to run mozilla-taarlite due to dependency conflict with boto3 package. As shown in the following full dependency graph of mozilla-taarlite, mozilla-taarlite requires *_boto3 _,while mozilla-srgutil requires _boto3 ==1.7.2**_.
According to pip’s “first found wins” installation strategy, boto3 1.10.35 is the actually installed version. However, boto3 1.10.35 does not satisfy ==1.7.2.
Dependency tree-----------
Thanks for your help. Best, Neolith