Farama-Foundation / Gymnasium

An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)
https://gymnasium.farama.org
MIT License
6.34k stars 731 forks source link

Pip install gymnasium doesn't work #884

Closed VOCdevShy closed 6 months ago

VOCdevShy commented 6 months ago

Question

Hello i want to try gymnasium on the application pycode that work with python 3.11.2 and I have this error could you help me to solve it? Thank for your help

Screenshot_20240122_082646_PyCode

pseudo-rnd-thoughts commented 6 months ago

Your image doesn't show most of the error message but it looks like you need to install patchelf. If this doesn't work, could you post a more complete image

VOCdevShy commented 6 months ago

I tried to install patchelf with 'pip instal patchelf' and I have an error I take the entire error in photo I didn't if this could help you to help me.

I think this came from the application I guess. 🤔

Screenshot_20240122_124606_Video Player.jpg

Screenshot_20240122_124530_Video Player.jpg

Screenshot_20240122_124549_Video Player.jpg

VOCdevShy commented 6 months ago

So i try to install gymnasium with replit and it works. So the problem is coming from the application named « pycode ». Thanks for your help!