AI4Finance-Foundation / FinRL

FinRL: Financial Reinforcement Learning. 🔥
https://ai4finance.org
MIT License
10.11k stars 2.44k forks source link

ERROR: Package 'finrl' requires a different Python: 3.11.3 not in '<3.11,>=3.10' #1063

Open LeoFH opened 1 year ago

LeoFH commented 1 year ago

Is it possible to install FinRL under Python: 3.11.3 or only 3.10 is available?

Thanx!

dewrussdx commented 1 year ago

There are dependencies that didn't work with Python >= 3.11 for me here locally following the README. Ended up with a venv, using Python 3.10.11 and the pip installation went through.

LeoFH commented 1 year ago

Thanx! I installed under 3.10 actually.

carlogrisetti commented 1 year ago

Can confirm install works fine on Python 3.10.11 (and fails on 3.9.x and 3.11.x with the same message as expected) running from master. This was tested on windows 11, with ray 2.7.0, torch 2.0.1, installing swig prior to pip install