Skip to content
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

dep conflict for python-dateutil #733

Closed
drewbanin opened this issue Apr 10, 2018 · 2 comments
Closed

dep conflict for python-dateutil #733

drewbanin opened this issue Apr 10, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@drewbanin
Copy link
Contributor

This happens after a fresh pip install dbt (0.10.0).

pkg_resources.ContextualVersionConflict: (python-dateutil 2.7.2 (/Users/drew/fishtown/dbt/env/lib/python3.6/site-packages), Requirement.parse('python-dateutil<2.7.0,>=2.1'), {'botocore'})

Looks like this was caused by a change to botocore (via snowflake-connector-python) but is being fixed here: boto/botocore#1429

@drewbanin
Copy link
Contributor Author

drewbanin commented Apr 10, 2018

temporary workaround:

pip install 'python-dateutil<2.7.0'

permanent workaround:

rewrite dbt in go

@drewbanin
Copy link
Contributor Author

This was fixed here: boto/botocore#1429

@drewbanin drewbanin added the bug Something isn't working label Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant