无法在anaconda中安装prettytable

Unable to install prettytable in anaconda

我想在 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.

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

尝试以下方法之一

1) conda install -c conda-forge 漂亮表
2) conda install -c conda-forge/label/gcc7 漂亮表

第一个对我有用。

运行 Anaconda 以管理员身份提示并且运行 这个命令

pip install PrettyTable

仅限 window 用户。