Open abdelmaged opened 3 months ago
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've opened this issue on vim https://github.com/vim/vim/issues/15212
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 socket
in latest vim, even with --enable-python3interp=dynamic
.
It's working when building vim
with --enable-python3interp=dynamic
It seems I was using --enable-python3interp=yes
, which produced the errors
Works for me with both options. Vim version 9.1.0658.
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