-
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
Errors While Loading Plugin in Vim #4246
Comments
Fixed when using vsim + python version 3.10.14 instead of python 3.12.4 |
Ick. Sounds like we have a bug with py 3.12 maybe. |
I think the problem could be in vim itself rather than ycm. Issue appears when using importing traceback on vim without ycm. |
I have been running YCM on python 3.12 for a while withoutissues. |
@abdelmaged Can you try compiling the latest vim from source? I could import |
It's working when building It seems I was using |
Works for me with both options. Vim version 9.1.0658. |
not YCM issue |
After successful build of ycm, and trying to load the plugin into vim (version 9) using ":packadd YouCompleteMe", I'm getting following error:
OS Version = Centos 7.9
The text was updated successfully, but these errors were encountered: