get error when I update python to 3.6, I use Arch linux and Vim 8.0, and error log is
2017-01-24 10:07:05,174 - ERROR - libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
Traceback (most recent call last): File "/home/clyde/.vim/bundle/youcompleteme/third_party/ycmd/ycmd/server_utils.py", line 95, in CompatibleWithCurrentCore ycm_core = ImportCore() File "/home/clyde/.vim/bundle/youcompleteme/third_party/ycmd/ycmd/server_utils.py", line 87, in ImportCore import ycm_core as ycm_core ImportError: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
so is there any way to fix it by myself or just downgrade to python 3.5?
Re run install.py
On 24 Jan 2017, at 02:40, Roy notifications@github.com wrote:
get error when I update python to 3.6, I use Arch linux and Vim 8.0, and error log is
2017-01-24 10:07:05,174 - ERROR - libpython3.5m.so.1.0: cannot open shared object file: No such file or directory Traceback (most recent call last): File "/home/clyde/.vim/bundle/youcompleteme/third_party/ycmd/ycmd/server_utils.py", line 95, in CompatibleWithCurrentCore ycm_core = ImportCore() File "/home/clyde/.vim/bundle/youcompleteme/third_party/ycmd/ycmd/server_utils.py", line 87, in ImportCore import ycm_core as ycm_core ImportError: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
so is there any way to fix it by myself or just downgrade to python 3.5?—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
ok, fixed~
Most helpful comment
Re run install.py