在尝试安装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发布于 2020-12-14 19:16:41
试试这个,它对我很有效。
pip install pgmpyhttps://stackoverflow.com/questions/61563886
复制相似问题