Skip to content

Commit

Permalink
Temporary hack around pip/pipenv clash
Browse files Browse the repository at this point in the history
It looks like [Pipenv depended on an underscore-prefixed symbol from Pip which got removed in the latest version](pypa/pipenv#2924). Until a new version of Pipenv is released, looks like the work-around is to hold the version of Pip at 18.0.
  • Loading branch information
zerebubuth authored Oct 9, 2018
1 parent 6f35d2f commit d5df2c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ phases:
install:
commands:
- pip install pipenv
# temporary hack around https://github.com/pypa/pipenv/issues/2924
- pipenv run pip install pip==18.0
- pipenv sync
build:
commands:
Expand Down

0 comments on commit d5df2c9

Please sign in to comment.