【发布时间】:2016-03-08 10:16:45
【问题描述】:
如何在 Anaconda 中安装 Plotly?
https://conda.anaconda.org/plotly 对 conda install -c https://conda.anaconda.org/plotly <package> 表示,并且
https://plot.ly/python/user-guide/ 表示 pip install plotly。即,没有包装。
那么我应该在 Anaconda conda 中指定哪些包?
我试过没有错误:
C:\>conda install -c https://conda.anaconda.org/plotly
Error: too few arguments, must supply command line package specs or --file
【问题讨论】:
-
如果你使用的是conda环境,不建议使用pip安装通过conda可用的包,因为conda管理包依赖的方式是pip没有的。它还可以 FUBAR 您的环境。评论Understanding Conda and Pip
标签: python plot anaconda conda