-
Notifications
You must be signed in to change notification settings - Fork 9
CodeIntel fails to install on both python 2 AND python 3 on macOS 10.13.5 #6
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
There is a workaround for python2 I found (see this comment):
|
I have the same issue as you, but install clang==5.0 does not solve the problem
|
Your install fails because of esprima, not because of clang. This time the error is probably because async became a protected keyword. See #5. |
Get same error with install clang==5.0
|
Inflector-3.0.0.tar.gz could not be installed via the pip2 due to python2's built-in open does not have the encoding argument. |
See for python 2 error, issue #4
See for python 3 errors issue #5:
Error 1 has to do with breaking changes in python 3.7:
This can be worked around by using python 3.6.5 either by using brew switch 3.6.5 or by using this pyenv workaround.
However installation still fails:
Looking at the repo for inflector I found an issue about python3 compatibility.
The text was updated successfully, but these errors were encountered: