我正在尝试在 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)