Skip to content

Commit

Permalink
Pin setuptools to a version < 50.0 when installing pipenv
Browse files Browse the repository at this point in the history
Experiencing a problem where `pip install pipenv` yields:

```
SystemError: Parent module 'setuptools' not loaded, cannot perform
relative import
```

Fix inspired by:

pypa/setuptools#2352
  • Loading branch information
chigby committed Aug 31, 2020
1 parent 4f2a011 commit 0467965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ reuse-blerbs:
# Set python to 3.5.2
pyenv global 3.5.2
pip install -U pip
pip install setuptools==49.3.0
pip install pipenv
pipenv install
Expand Down

0 comments on commit 0467965

Please sign in to comment.