小编qua*_*iam的帖子

如何在 Linux 上 conda 安装 openAI 健身房 - 包冲突

我正在尝试在 Linux 的 conda 中安装健身房包。我创建了一个虚拟环境,并使用以下命令尝试安装:

(gym_env) [quantrill@baesvlfil003 ~]$ conda install --name gym_env -c hcc gym
Run Code Online (Sandbox Code Playgroud)

但我遇到以下问题:

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.                                                                                                        failed

UnsatisfiableError: The following specifications were found to be incompatible …
Run Code Online (Sandbox Code Playgroud)

python linux python-3.x conda openai-gym

2
推荐指数
1
解决办法
5585
查看次数

标签 统计

conda ×1

linux ×1

openai-gym ×1

python ×1

python-3.x ×1