hubbs5 / or-gym

Environments for OR and RL Research
MIT License
373 stars 93 forks source link

Unable to execute the code because of ray version compatibility #38

Open sumayaar opened 5 months ago

sumayaar commented 5 months ago

!pip install ray==1.0.0

ERROR: Could not find a version that satisfies the requirement ray==1.0.0 (from versions: 1.13.0, 2.0.0rc0, 2.0.0rc1, 2.0.0, 2.0.1, 2.1.0, 2.2.0, 2.3.0rc0, 2.3.0, 2.3.1, 2.4.0, 2.5.0, 2.5.1, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.7.0rc0, 2.7.0, 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.9.2, 2.9.3) ERROR: No matching distribution found for ray==1.0.0

As of today, the Ray library doesnt anymore allow to use the 1.0.0 version, causing incompatibility to run the notebooks even with python==3.8 such as inventory_quickstart notebook. Requesting the authors if they can update the notebooks based on the current ray version compatibility or any guidance as to how to solve this.