【发布时间】:2019-03-13 00:06:00
【问题描述】:
我想在 anaconda 中安装 prettytable 包。
要使用 conda 安装此软件包,我已运行:
conda install -c synthicity prettytable
并收到以下错误:
(base) C:\Users\hp>conda install -c synthicity prettytable
Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
- anaconda==5.2.0=py36_3
- prettytable
Use "conda info <package>" to see the dependencies for each package.
我不知道这是什么冲突。并且找不到任何解决此问题的方法。有人可以帮帮我吗?
【问题讨论】:
-
错误信息似乎很清楚 - anaconda 包和 prettytable 包之间存在冲突。您需要创建一个不包含 anaconda 包的新环境才能安装 prettytable 包。
标签: python anaconda jupyter-notebook prettytable