当前位置: 首页 > 工具软件 > Jedi-js > 使用案例 >

python升级jedi

昌正奇
2023-12-01

python升级jedi模块

需求:将anaconda3的jedi-0.9版本升级到jedi-0.13.2

pip install jedi-0.13.2-py2.py3-none-any.whl

ERROR: Cannot uninstall 'jedi'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

解决方法:
将/data/anaconda3/lib/python3.5/site-packages/jedi-0.9.0-py3.5.egg-info文件移走后
重新执行命令成功。

 类似资料: