AI4Finance-Foundation / FinRL-Meta

FinRL­-Meta: Dynamic datasets and market environments for FinRL.
https://ai4finance.org
MIT License
1.17k stars 556 forks source link

alpaca_trade_api version conflict with vectorbt[full] 0.23.3 #304

Closed a18096 closed 11 months ago

a18096 commented 11 months ago

INFO: pip is looking at multiple versions of vectorbt[full] to determine which version is compatible with other requirements. This could take a while. ERROR: Cannot install finrl-meta==0.3.6 and vectorbt[full]==0.23.3 because these package versions have conflicting dependencies.

The conflict is caused by: finrl-meta 0.3.6 depends on alpaca_trade_api>=2.1.0 vectorbt[full] 0.23.3 depends on alpaca-trade-api==1.4.3

a18096 commented 11 months ago

link to https://github.com/AI4Finance-Foundation/FinRL-Meta/issues/301