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

Fix install issues #1641

Merged
merged 1 commit into from
Nov 7, 2019
Merged

Fix install issues #1641

merged 1 commit into from
Nov 7, 2019

Commits on Nov 7, 2019

  1. Fix install issues

    The latest version of botocore caps python-dateutil at 2.8.0.  Unfortunately, if another package has already declared an unversioned dependency on python-dateutil, 2.8.1 is installed.  Later on, when botocore is installed, it blows up and install fails.
    
    This adds a temporary (hopefully) restriction to match botocore's requirement so that we can successfully install.
    
    Test plan: `pip install -e .` without any angry errors.
    Tony Tung committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    9d12322 View commit details
    Browse the repository at this point in the history