-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
behold兄弟们!环境问题和rom问题看这里 #73
Comments
除了第三个ROM的问题解决以外,其余两个还是报错,win10 |
|
请问为什么我迅雷下载rom下载后只有11b解压不了? |
我按照你的指导,在Win10上正常跑起来了。现在问题在于Mac上跑不起来,M2的Macbook pro,在设置环境时没法指定Python3.8导致了问题。 |
openai/gym#3176 |
感谢大兄弟 |
迅雷下载不行的,或者用浏览器慢慢下载,或者在mac上下载好拷到windows上也行。 |
坑2:requirements.txt安装问题,setuptools和pip版本 改一下 pip install setuptools==65.5.0 还有可能是pip版本超过24的 要降低pip版本conda install pip==21.1.3 |
我来终结这个话题。下面是我根据上述大哥经验介绍做的总结。有需要的同学,可以快速完成环境配置。 新建新的虚拟环境conda create -n StreetFighterAI python=3.8.10 进入虚拟环境conda activate StreetFighterAI 降低PIP版本conda install pip==21.1.3 安装pip的配置工具版本 pip install setuptools==65.5.0 进入环境需求文件cd [parent_directory_of_project]/street-fighter-ai/main 安装需求的组件pip install -r requirements.txt Run script to locate gym-retro game foldercd .. 将data中的文件和rom.md放进去打印的路径python .\utils\print_game_lib_folder.py #D:\ddd\Development\Python\Venv_all\anaconda_venv\envs\2StreetFighterAI\lib\site-packages\retro\Street Fighter II' - Special Champion Edition (USA) 开始运行程序#cd [parent_directory_of_project]/street-fighter-ai/main |
本人新手
碰到的坑1:win10 11 conda没法切环境问题,如果conda版本>=4.6,需要管理员模式运行powershell,输入
conda init powershell
,再重启powershell坑2:requirements.txt安装问题,setuptools和pip版本 改一下
pip install setuptools==65.5.0
pip install --user wheel==0.38.0
坑3:rom.md文件下这个(应该需要梯子):
https://wowroms.com/en/roms/sega-genesis-megadrive/download-street-fighter-ii-special-champion-edition-europe/26496.html
按照文档执行即可。
ps我真的不懂有的人上来提个问题,然后发一句问题解决了,也不说出来怎么解决的是为什么?
The text was updated successfully, but these errors were encountered: