-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
ImportError for Python3 #625
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
Comments
I had to revert the fix to this, because 12.0 was severely broken and nothing I could do seemed to fix it. Details - https://etherpad.openstack.org/p/pydistutils-issues. |
A workaround for this problem I found was to uninstall the pies2overrides package in my system python. |
+1 getting this as well. As a workaround I solved it by typing:
the key was to call the virtualenv script directly from python3.4. |
ImportError: cannot import name 'IntEnum' My computer is windows installed python 2.7 and python 3.5.
It seems IntEnum not exists in python 2.7
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Just add a comment if you want to keep it open. Thank you for your contributions. |
Virtualenv fails to create a python 3 environment, but works on 2.7:
The text was updated successfully, but these errors were encountered: