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

Skip setuptools 50.0 because of a pip/setuptools related issue #32

Merged
merged 1 commit into from
Oct 2, 2020

Conversation

dhensen
Copy link
Contributor

@dhensen dhensen commented Oct 2, 2020

I was running into this issue locally:

Pipfile:

...
pydantic-odm = {editable= true, path = "/Users/dino/work/pydantic-odm"}
...

Running pipenv in my other project was consistently failing. There was a backtrace saying ModuleNotFoundError: No module named 'setuptools'

Turns out there is some quirk with setuptools==50.0. For more information see: pypa/setuptools#2353

I think this is also the reason why this build fails: https://travis-ci.com/github/i8enn/pydantic-odm/builds/187856817
(you can see the ModuleNotFoundError here also)

@i8enn i8enn self-assigned this Oct 2, 2020
@i8enn i8enn added the bug Something isn't working label Oct 2, 2020
@i8enn i8enn merged commit 1b6ab43 into i8enn:master Oct 2, 2020
@dhensen dhensen deleted the fix-pip-or-setuptools-related-issue branch October 3, 2020 08:48
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

Successfully merging this pull request may close these issues.

2 participants