-
-
Notifications
You must be signed in to change notification settings - Fork 684
YouCompleteMe stopped working after update to 8.1.560 #803
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 am also having problems with YouCompleteMe using MacVim 8.1.560. |
Me too |
I downgraded to the previous version, and youcompleteme works again. So this does seem to be a regression. |
YouCompleteMe maintainer here. The error you see isn't YCM specific. Your vim can't do |
I cannot give too much insight into YCM since I don't use the plugin. Do you know how YCM selects python2 versus python3 in Vim? Is it by magic or manual configuration? That may shed some insight why it switched from Python3 in previous MacVim version to Python2. Does Python3 still work for you in MacVim in general? You can type |
Yes I just saw that line after posting. I will fix that. Thanks. |
Homebrew Python 2.7 was misconfigured to use the wrong path, and official Python 2.7 install was configured to set "pythonthreedll" instead of "pythondll". Fix them. Fix macvim-dev#803
I just looked at you commit e92be4c. But the lines 32 and 33 are still the same and it appears that
Am I missing something? |
Ahh sorry. Did not see your further commit. |
There are two bugs in that original PR. I had to fix both :) |
Hello,
After I updated today to the latest version 8.1.560 YouCompleteMe stopped working. I guess it is related to the change in handling of python in macvim.
When I install YouCompleteMe i usually install through python3. However, I think that due to the change in macvim 8.1.560, python2 is taken as default. Therefore, I have an error
Usually I install YouCompleteMe as
Before the latest update everything was working fine.
Also everything is working fine with homebrew vim.
MacOS 10.13.6
P.S. I think it is related to lines 32-33 of this file #739, here
Thanks.
The text was updated successfully, but these errors were encountered: