You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to install this on fedora 40 using the venv method and the conda method - seems that pip decides to install a version of stable-baselines3 that pulls in gym in version 0.21 that is not installable with recent pythons (cf. openai/gym#3176)
I have fixed this locally by forcing stable-baselines3 to version 2.2.1 (no clue if this is a good version) but maybe that is something you might need to look at
The text was updated successfully, but these errors were encountered:
Hi, are you installing from the environment.yml?
I think the specified version there is gym==0.26.2 and stable-baselines3==2.2.1 which does not have that problem.
Indeed the README.md doesn't say that one should install from the yml file. Thanks for noticing the issue, I will fix that.
I was trying to install this on fedora 40 using the venv method and the conda method - seems that pip decides to install a version of stable-baselines3 that pulls in gym in version 0.21 that is not installable with recent pythons (cf. openai/gym#3176)
I have fixed this locally by forcing stable-baselines3 to version 2.2.1 (no clue if this is a good version) but maybe that is something you might need to look at
The text was updated successfully, but these errors were encountered: