-
Notifications
You must be signed in to change notification settings - Fork 644
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
Please help a French - stuck at installation #174
Comments
Hello! Below is a full guide for windows setup made by members in the discord. Windows Guide: 1.) Python, https://www.python.org/ftp/python/3.11.6/python-3.11.6-amd64.exe 3.) Git, https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/Git-2.42.0.2-64-bit.exe 5.) Microsoft C++ Build Tools, https://visualstudio.microsoft.com/visual-cpp-build-tools/ 7.) Open cmd If you had already a version of python installed, Python 3.11.6 might not work from the above command lines, you should use the below paths for the pip command and the python command "%localappdata%\Programs\Python\Python311\Scripts\pip.exe" install -r requirements.txt "%localappdata%\Programs\Python\Python311\python.exe" run_pretrained_interactive.py "%localappdata%\Programs\Python\Python311\python.exe" run_baseline_parallel_fast.py Hope that helps! |
Hi, the error is saying you need microsoft c++ build tools installed. |
Bonjour !
First thanks for this amazing piece of work, sincerely. And your Youtube video is compelling and inspiring !
Unfortunately i am not well versed yet in Python or even executing commands in the cmd ... but I would love to "play" with what you created and learn while doing so.
What I have managed to do :
install Python 3.11
use GitHub desktop to clone your directory (screenshot below)
downloaded and paste PokemonRed.gb into the general directory
change my CWD in python screen to "C:\Users\Roche\Documents\GitHub\PokemonRedExperiments\baselines"
but when trying the command pip install -r requirements.txt, I get below error.
It would be amazing if you could spare the time to help me set up
Warm regards,
N
The text was updated successfully, but these errors were encountered: