maralla / completor.vim

Async completion framework made ease.
MIT License
1.29k stars 63 forks source link

Jedi make Error with completing for python on Windows and MSYS2 #198

Open lianghao13 opened 6 years ago

lianghao13 commented 6 years ago

Imformation: vim:8.0.1766(gvim on Windows) python:3.6.4(on Windows)/3.6.2(on MSYS2)

Debug Info

My thinking of this problem

  1. I uninstall the python(3.6.2) on MSYS2,The completor plug and Jedi works well.
  2. Reinstall the python on MSYS2 again, follow the introduction on the home page of TheJedi,i found the Error like this issure (Completions fails in 0.12.0 #1113 https://github.com/davidhalter/jedi/issues/1113 ). Maybe On the Windows Jedi Use the python in the PATH of Host(like 3.6.4),but sometimes it will call the python on MSYS2(like 3.6.2), it make errors.