0

我想prettytable在 anaconda 中安装软件包。要使用 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.

我不知道这是什么冲突。并且找不到任何解决此问题的方法。有人可以帮帮我吗?

4

2 回答 2

3

尝试以下方法之一

1) conda install -c conda-forge prettytable
2) conda install -c conda-forge/label/gcc7 prettytable

第一个为我工作。

于 2018-10-09T04:05:59.083 回答
2

以管理员身份运行 Anaconda 提示符并运行此命令

点安装 PrettyTable

仅适用于窗口用户。

于 2018-10-09T08:48:47.353 回答