linyiLYi / street-fighter-ai

This is an AI agent for Street Fighter II Champion Edition.
Apache License 2.0
6.3k stars 1.36k forks source link

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

Closed dead-lee closed 7 months ago

dead-lee commented 7 months ago

我知道原项目是基于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:

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.

dead-lee commented 7 months ago

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