You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to run the jedi server on a machine that appears to be identical, configuration wise, to another, although I'm sure the problem lies in my environment outside emacs.
I have two Mac machines, one running 10.12, the other 10.13. Both machines have an identical init.el, which is:
On 10.12, I am successfully able to open .py files in my github project and have all features working. On 10.13, the same files opened in the same directory result in *Warnings* displaying:
Error (jedi): Failed to start Jedi EPC server.
*** You may need to run "M-x jedi:install-server". ***
This could solve the problem especially if you haven't run the command yet
since Jedi.el installation or update and if the server complains about
Python module imports.
Running M-x jedi:install-server completes successfully, but it doesn't result in the jedi mode working successfully (I get import-errors for python modules that exist within my project). *Messages* produces this output after running M-x jedi:install-server:
Making virtualenv at /Users/stephenbroberg/.emacs.d/.python-environments/default...
Making virtualenv at /Users/stephenbroberg/.emacs.d/.python-environments/default...Done
Running: pip install --upgrade /Users/stephenbroberg/.emacs.d/elpa/jedi-core-20170121.610/...Done
The text was updated successfully, but these errors were encountered:
Please, try out the current master to see if the issue persists.
If it does, I'm going to need your help troubleshooting this issue, because I don't have easy access to Mac OS X environments. I have improved the error message that's shown when the server cannot start to facilitate investigating the underlying problem.
I am unable to run the jedi server on a machine that appears to be identical, configuration wise, to another, although I'm sure the problem lies in my environment outside emacs.
I have two Mac machines, one running 10.12, the other 10.13. Both machines have an identical init.el, which is:
I also have a .dir-locals.el file in the root of my github project which sets the root of my project when I'm visiting files:
On 10.12, I am successfully able to open .py files in my github project and have all features working. On 10.13, the same files opened in the same directory result in
*Warnings*
displaying:*Messages*
is displaying:There is also an
epc con 3
buffer that is empty.I believe that jedi & epc are installed correctly, as I can run the the command specified by my
server-command
variable without error:Running
M-x jedi:install-server
completes successfully, but it doesn't result in the jedi mode working successfully (I get import-errors for python modules that exist within my project).*Messages*
produces this output after runningM-x jedi:install-server
:The text was updated successfully, but these errors were encountered: