autocomplete-python traceback output 解决办法
It seems related to importing Jedi.
1- Fix the import issue error:
https://stackoverflow.com/questions/63331116/python-3-6-8-jedi-importerror-cannot-import-name-traverse-parents
You can use pip3 install -e git://github.com/davidhalter/jedi.git#egg=jedi for reinstalling Jedi
2- Use Jedi 0.17.2 (Release History) :
pip install jedi==0.17.2
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
喜欢就支持一下吧