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

最后修改:2021 年 09 月 15 日
如果觉得我的文章对你有用,请随意赞赏