-
Notifications
You must be signed in to change notification settings - Fork 430
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
AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader' #113
Comments
Also experiencing this issue, although on Python 3.7.0a4 |
Also having this issue, Python 3.6.5 and installing via pipenv. |
Yes, I'm having this problem on
However, it works fine on OSX via all the python interpreters I have there (homebrew install, system, anaconda). On OSX and Ubuntu, other packages apart from searching for I can't work out how to drop into debugger when running pip install (because it calls |
You are installing the wrong package, do |
LOL, thanks! I like an easy fix. 😄 |
but when I start my django app, it still complains about
|
that's not the same issue as mentioned in this issue, and that's probably a virtualenv issue |
Had the same issue with Python 3.11, Pip 23.3.2 and Mac Os Ventura 13.6.3. Changing the package to |
I get this error when trying to install with pip3 or pipenv.
Full trace:
Versions:
The text was updated successfully, but these errors were encountered: