繁体   English   中英

如何使用 anaconda 提示在 anaconda 3 上安装 pgmpy

[英]how to install pgmpy on anaconda 3 using the anaconda prompt

尝试安装 pgmpy 时出现以下错误

(base) C:\Users\pc> conda install -c ankurankan pgmpy
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abor\
Examining pgmpy:  50%|███████████████████████████████████████████████████████████████████████████████                                                                               | 1/2 [00:00<00:00,  4.40it/s]-failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

试试这个,它对我有用。

pip install pgmpy

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM