-
-
Notifications
You must be signed in to change notification settings - Fork 884
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
[Bug Report] Install gymnasium with atari games using conda #1258
Comments
import gymnasium as gym if name == 'main':
|
Thanks for you answer, I have tried many things including this variation. Unfortunately, I still get the same errors. Just to make it clear my problem is about using For example, I am able to install gymnasium using
Then, the following code runs:
Note,
|
Apologies, I thought this was fixed, I would use |
Sounds good, for now I am using the |
Describe the bug
When trying to install gymnasium with Atari games using conda, I get various error messages, for example:
No module named 'ale_py'
No such file or directory: '[...]/ale_py/roms/pong.bin'
Code example
My setup.py:
My code:
When I import
"gymnasium==1.0.0"
, I get the error:When I import
"gymnasium-atari==1.0.0"
, I get the error:When I import
"gymnasium-all==1.0.0"
, I get the error:I have also tried to import "ale_py==0.10.1" but it seems to be a dependency of both previously mentioned packages, and did not change anything.
System info
Ubuntu 24.04.1 LTS
Gymnasium 1.0.0
Python 3.11
Conda 24.5.0
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: