openai / gym

A toolkit for developing and comparing reinforcement learning algorithms.
https://www.gymlibrary.dev
Other
34.2k stars 8.58k forks source link

modified: setup.py in v0.21.0 #3239

Closed CeyaoZhang closed 11 months ago

CeyaoZhang commented 11 months ago

Description

Changed line 20 in setup.py from "opencv-python>=3." to "opencv-python>=3.0". This issue caused an error when installing the gym v0.21.0 on Linux/WSL through pip install -e . Note: this bug is not shown when install on macOS and Windows.

Type of change

Screenshots

Before After