street-fighter-ai
street-fighter-ai copied to clipboard
mac 下环境配置问题。 比如一定要求py 3.8.10么。
➜ 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.
不知道是不是一定要,但是可以通过以下命令处理: conda config --add channels conda-forge conda install python=3.8.10
一定要3.8,因为gym-retro 0.8只兼容python 3.8
一定要3.8,因为gym-retro 0.8只兼容python 3.8
这么怪么hhh
conda
没用过conda。。。一个虚拟环境么 容器啥的