srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

Last version SublimeJEDI dont work on Windows. Cause: jedi version >0.16.0 runtime error for Windows. #323

Open danilovmy opened 3 years ago

danilovmy commented 3 years ago

version 0.17.0 with jedi 0.16.0 still work. Thanks!

Problem is already publisched (and closed) on https://github.com/davidhalter/jedi/issues/1627

srusskih commented 3 years ago

Sounds like we need to update to v0.17.2

danilovmy commented 3 years ago

i dont know. Last SublimeJEDI works with last python (3.9) without downgrade, but i still have many projects 2.7 ~ 3.6-7-8.

srusskih commented 3 years ago

Oh, sorry, I meant Jedi should be updated to 0.17.2 to Fix the issue you described.