-
Notifications
You must be signed in to change notification settings - Fork 89
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
Jedi:install-server fails with code 127 #305
Comments
I'm seeing the exact same error, but the python-environment does not exist; clearly jedi is NOT creating the virtualenv. I have jedi-core 20170121.610 and not jedi. Update: installing jedi doesn't help. |
Update: I have a working workaround with this:
Looks like the root cause is a combination of how Aquamacs is configured and presumably the underlying virtualenv library not handling spaces. |
Hi, I have tried this on a fresh 10.11 install and I'm afraid I cannot reproduce it. What I did:
After that |
installed Jedi through use-package. pulled in pip, pip3, Jedi python package etc. get the following error
Problem is, pip is installed and that file clearly exists. My suspicion is that the path contains a space and therefore can't be properly parsed.
The text was updated successfully, but these errors were encountered: