Skip to content

Breakout: ModuleNotFoundError shows gym[atari] instead of python-opencvΒ #223

@velicanerdem

Description

@velicanerdem

Search before asking

  • I have searched the MuZero issues and found no similar bug report.

πŸ› Describe the bug

Line 10

try:
    import cv2
except ModuleNotFoundError:
    raise ModuleNotFoundError('Please run "pip install gym[atari]"')

Which is a mistake.

Add an example

See above

Environment

No response

Minimal Reproducible Example

No response

Additional

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions