1. 程式人生 > >Pip 更新Spyder至3.3.0時出現的問題

Pip 更新Spyder至3.3.0時出現的問題

用pip安裝whl檔案來更新Spyder至3.3.0時出現:

Cannot uninstall 'spyder'. 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.

解決辦法:

找到安裝的Anaconda下的檔案路徑,將 spyder-3.2.3-py3.5.egg-info 檔案刪除,再重新安裝就可以了。


出現同類型錯誤時,找到 ******-3.2.3-py3.5.egg-info

檔案刪除即可。

Cannot uninstall '******'. 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.