-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation fails due to conflicting python-dateutil version #114
Comments
Suggested Solution
@Thimxx Which solution do you prefer, 1 or 2? |
Interesting.... in fact, it should fail the installation of mapbox itself, isn't it? I have been able to install it. Keep this link as tracking mapbox/mapbox-sdk-py#276 |
Which version of python are you using? |
Version 2.8.1 of python-dateutil was created one month ago, likely this is the problem, dependencies look not to be updated. Fixed in version 0.4.2, I introduced the dependencies, but in parallel I am trying to work to free the dependencies in the other packages... I would prefer to have more flexibility. So I keep the issue open until that is fixed.Now is accessible through pip |
The mapbox development is paused. To be carefully looked as we might have an obsolescence of code. |
Hi, users are unable to run pygenealogicaltools due to dependency conflict with python-dateutil package. As shown in the following full dependency graph of pygenealogicaltools, mapbox requires _ python-dateutil >=2.5.0_,while botocore requires python-dateutil <2.8.1,>=2.1.
According to pip’s “first found wins” installation strategy, python-dateutil 2.8.1 is the actually installed version. However, python-dateutil 2.8.1 does not satisfy <2.8.1,>=2.1.
Dependency tree-----------
Thanks for your help.
Best,
Neolith
The text was updated successfully, but these errors were encountered: