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

Conversation

ttung
Copy link
Collaborator

@ttung ttung commented Nov 7, 2019

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.

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.
@ttung ttung requested a review from shanaxel42 November 7, 2019 22:23
Copy link
Collaborator

@shanaxel42 shanaxel42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This must have been terrible to debug

@ttung ttung mentioned this pull request Nov 7, 2019
@ttung ttung merged commit 6674d9b into master Nov 7, 2019
@ttung ttung deleted the tonytung-botocore branch November 7, 2019 22:45
@ttung ttung restored the tonytung-botocore branch November 7, 2019 22:46
@ttung ttung deleted the tonytung-botocore branch November 7, 2019 22:51
ttung pushed a commit that referenced this pull request Nov 13, 2019
It simply overlays a python image 3.6 image with a starfish install.  No weird conda bugs.  It will be fantastic.

Changed the entry point so that it's just a bash shell.

Depends on #1641

Test plan: `make docker`
ttung pushed a commit that referenced this pull request Nov 13, 2019
It simply overlays a python image 3.6 image with a starfish install.  No weird conda bugs.  It will be fantastic.

Changed the entry point so that it's just a bash shell.

Depends on #1641

Test plan: `make docker`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants