-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Python quit unexpectedly when launching Vim with new client-server YouCompleteMe #585
Comments
Please provide the output of the following:
|
Tried reinstalling homebrew python, then reinstalled macvim, then reinstalled YCM. Here is the related dump : Now having an issue similar to #18 |
You can see the following in your output. Your Vim was linked with these paths: and YCM was linked to this Python: I'm guessing your problem is caused by the mismatched versions of Python. Like the docs say, please use the official upstream MacVim. Other versions of MacVim are not officially supported. |
Had the same problem. So just make sure the same python (better python-config) is running from install.sh as is linked by vim. So in csh
should do the job. |
+1 to @user453584's solution. |
+1 to @user453584 |
👍 for @user453584's solution |
👍 @user453584 |
+1 user453584 |
👍 @user453584 |
Installed the latest client-server branch of ycm and the latest version of MacVim from homebrew. Compiled successfully but opening Vim gives "Python quit unexpectedly"
Here is the dump from my Mac. Let me know if you need something else to debug.
The text was updated successfully, but these errors were encountered: