enzoampil / fastquant

fastquant — Backtest and optimize your ML trading strategies with only 3 lines of code!
MIT License
1.54k stars 239 forks source link

[BUG] Error when install packgage #418

Open psasin36156 opened 1 year ago

psasin36156 commented 1 year ago

Problem description

Can't install fastquant packgage

Example

pip install fastquant 

it's error like below


note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pandas Failed to build pandas ERROR: Could not build wheels for pandas, which is required to install pyproject.toml-based projects

Environment

mikeejazmines commented 1 year ago

Hi! Please check this link

It seems you may need to upgrade your pip or fix some setup tools.

psasin36156 commented 1 year ago

i have tried to update pip and pandas wheel , its still not worked. but i did downgrade my python to be 3.9 version , working now

Thanks a lot.