Skip to content
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

current requirements.txt uninstallable on fedora 40 #1

Open
phako opened this issue Jul 2, 2024 · 2 comments
Open

current requirements.txt uninstallable on fedora 40 #1

phako opened this issue Jul 2, 2024 · 2 comments

Comments

@phako
Copy link

phako commented Jul 2, 2024

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

@cr-xu
Copy link
Member

cr-xu commented Jul 2, 2024

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.

@phako
Copy link
Author

phako commented Jul 2, 2024

no I was installing from requirements.txt as per readme file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants