无法使用pip进行情节升级

时间:2018-07-09 16:09:58

标签: python pip plotly

我正在尝试升级,目前是2.0.7,我的是1.3 使用以下

pip install plotly --upgrade

但是我遇到这个错误

Installing collected packages:
 Found existing installation: plotly 1.3.1
Cannot uninstall 'plotly'. 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.

1 个答案:

答案 0 :(得分:0)

我解决了这个问题。

首先,我使用pip卸载了

pip uninstall plotly

然后使用conda

conda uninstall plotly

之后,我使用pip安装了最新版本

pip install plotly

我检查了Plotly版本

import plotly
plotly.__version__

现在3.0.0