Kurtiss Frost
Kurtiss Frost
> No, I had issues with the 3.12 with this. (At least I had) In my experience, if you have windows, I had to install Python 3.11.5, both the 32...
- I installed Visual Studio Community with the "Desktop Development with C++" - Added "C:\Users\Anaconda3\condabin" to the path - Rebooted PC - Ran ``conda init`` everything seemed to be working...
> Had a similar issue getting setup and eventually installed the dependencies listed in Requirements.txt manually. I have the lastest version of jaxlib at 0.4.19 and it is working fine...
> > **Getting requirements to build wheel did not run successfully. > > exit code: 1 > > [1 lines of output] > > error in gym setup command: 'extras_require'...
> Hmm. Are you sure that you're running the pip command from the shell where (pokey) is active? Derp. I think that was my problem. I was just installing them...
> It's not so much about the directory you're in, although I would cd into baselines so the requirements.txt list is there. The main thing I'd want to double check...
> Ah, I would try repeating the steps with Avast disabled. Live dangerously 😎 When I did that, it ran up until this: ``ERROR: Could not find a version that...
- ``C:\Users\emera>cd /d "Q:\AI Plays Red\PokemonRedExperiments-master\baselines"`` - ``Q:\AI Plays Red\PokemonRedExperiments-master\baselines>conda activate pokey`` - ``(pokey) Q:\AI Plays Red\PokemonRedExperiments-master\baselines>pip install jaxlib`` Message Requirement already satisfied: jaxlib in c:\users\emera\appdata\roaming\python\python312\site-packages (0.4.19) Requirement already satisfied:...
``Q:\AI Plays Red\PokemonRedExperiments-master\baselines>conda activate pokey`` Errorpython run_pretrained_interactive.py UserWarning: Using SDL2 binaries from pysdl2-dll 2.28.4 Traceback (most recent call last): File "Q:\AI Plays Red\PokemonRedExperiments-master\baselines\run_pretrained_interactive.py", line 5, in from stable_baselines3 import A2C,...