Open nomocp opened 1 year ago
The issue is with Pygame not gym, see
Path for FREETYPE not found. > ...Found include dir but no library dir in prebuilt-x64.
Path for PNG not found.
...Found include dir but no library dir in prebuilt-x64.
Path for JPEG not found.
...Found include dir but no library dir in prebuilt-x64.
DLL for freetype: prebuilt-x64/SDL2_ttf-2.0.15/lib/x64/libfreetype-6.dll
---
For help with compilation see:
https://www.pygame.org/wiki/CompileWindows
To contribute to pygame development see:
https://www.pygame.org/contribute.html
---
@nocpinmylf do you have setuptools installed ?
I'm attempting to install gym[classic_control] module on Windows 11. I've already install pygame, setuptools, gym. Here is the command
pipenv install gym[classic_control]
And error raised: