Closed dead-lee closed 10 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.
搞定: conda config --add channels conda-forge
我知道原项目是基于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
and use the search bar at the top of the page.