street-fighter-ai icon indicating copy to clipboard operation
street-fighter-ai copied to clipboard

mac 下环境配置问题。 比如一定要求py 3.8.10么。

Open zzz6519003 opened this issue 1 year ago • 2 comments

➜  ai /opt/homebrew/anaconda3/bin/conda create -n StreetFighterAI python=3.8.10

Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - python=3.8.10

Current channels:

  - https://repo.anaconda.com/pkgs/main/osx-arm64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/osx-arm64
  - https://repo.anaconda.com/pkgs/r/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

zzz6519003 avatar Apr 17 '23 01:04 zzz6519003

不知道是不是一定要,但是可以通过以下命令处理: conda config --add channels conda-forge conda install python=3.8.10

randomGear avatar Apr 17 '23 01:04 randomGear

一定要3.8,因为gym-retro 0.8只兼容python 3.8

Datou avatar Apr 17 '23 02:04 Datou

一定要3.8,因为gym-retro 0.8只兼容python 3.8

这么怪么hhh

zzz6519003 avatar Jun 13 '23 03:06 zzz6519003

conda

没用过conda。。。一个虚拟环境么 容器啥的

zzz6519003 avatar Jun 13 '23 03:06 zzz6519003