linyiLYi / street-fighter-ai

This is an AI agent for Street Fighter II Champion Edition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

第一步设置环境就出问题了,Macbook pro, M2环境

dead-lee opened this issue · comments

commented

我知道原项目是基于Windows的,但是抱着试一试的想法,在自己的主力机器上想跑跑看。
第一步就卡住了。。难道是因为Python3.8.1没有arm64版本??

conda create -n StreetFighterAI python=3.8.10

Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying 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:

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.

commented

搞定:
conda config --add channels conda-forge