AI4Finance-Foundation / FinRL

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

requirements.txt: ERROR: No matching distribution found for ccxt==1.66.32 #885

Open zdeneklapes opened 1 year ago

zdeneklapes commented 1 year ago

ERROR: Could not find a version that satisfies the requirement ccxt==1.66.32 (from finrl)

This error is produces when installing finrl via: !pip install git+https://github.com/AI4Finance-Foundation/FinRL.git in jupyter notebooks, e.g.: https://github.com/AI4Finance-Foundation/FinRL-Tutorials/blob/master/1-Introduction/FinRL_PortfolioAllocation_NeurIPS_2020.ipynb

This error can be solved by changing line in requirements.txt from ccxt==1.66.32 to ccxt>=1.66.32.

That quick fix is written in the comment. Why is it not already fixed?

zhumingpassional commented 1 year ago

thanks for reporting it

CcDad commented 8 months ago

had this issue fixed?I also met this problem, which version we should use?