pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
706 stars 87 forks source link

Support jedi version 0.18 #403

Closed dakra closed 3 years ago

dakra commented 3 years ago

Fix compatibility issues with jedi version 0.18. Require specific version of jedi and service_factory. Fall back to jedi 0.17.2 on python 2.

See https://jedi.readthedocs.io/en/latest/docs/changelog.html

Fix https://github.com/pythonic-emacs/anaconda-mode/issues/401 Related https://github.com/pythonic-emacs/anaconda-mode/issues/402

grauschnabel commented 3 years ago

Great! the bug has gone.

facundoolano commented 3 years ago

This fixed the issue for me.

mcwitt commented 3 years ago

This is working well for me, thanks @dakra!