You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use run the 0_dl_trainval_data.py file, but receiving multiple errors after. It seems the issue is with the in finrl installation. I initially tried to install using pip install -r requirements.txt, which resulted in
× python [setup.py](http://setup.py/) egg_info did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Preparing metadata (setup.py) ... error
error: metadata-generation-failed
Environment: Colab
I am trying to use run the
0_dl_trainval_data.py
file, but receiving multiple errors after. It seems the issue is with the in finrl installation. I initially tried to install usingpip install -r requirements.txt
, which resulted inThen I tried to downgrade to v65.5 using :
!pip3 install setuptools==65.5.0
with no luck.
Finally, I tried using the recommended way;
followed by:
Even after all that, I got
No module named binance
then ran
pip install python-binance
with success. Re-runing the file led to;No module named Ta-Lib
which I tried to install using;With no luck.
Is there something I could be doing wrong?
The text was updated successfully, but these errors were encountered: