Python解决 Cannot uninstall 'pyparsing' 问题
生活随笔
收集整理的這篇文章主要介紹了
Python解决 Cannot uninstall 'pyparsing' 问题
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
解決 Cannot uninstall 'pyparsing' 問題
在安裝?pydot?時遇到依賴?pyparsing?無法更新問題:
ERROR: Cannot uninstall 'pyparsing'. 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.
解決方法是手動重裝最新版?pyparsing:
sudo pip install -I pyparsing==2.2.0
?
總結
以上是生活随笔為你收集整理的Python解决 Cannot uninstall 'pyparsing' 问题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 设置防火墙规则,防止因为TCP第三次握手
- 下一篇: python twisted教程 三–开