notadamking / RLTrader

A cryptocurrency trading environment using deep reinforcement learning and OpenAI's gym
https://discord.gg/ZZ7BGWh
GNU General Public License v3.0
1.73k stars 539 forks source link

Illegal Instruction - running cli.py update-static-data #138

Open gxiberras opened 5 years ago

gxiberras commented 5 years ago

Hello guys,

I'm very new @ GIT, and python too - but very interested with your project. I've installed this afternoon python3.7 in a virtual environment on my computer (running linux mint 19.2) after few issues with missing packages (see below list) on top of "pip install -r requirements.no-gpu.txt" (I do not have any GPU yet to be use for RL/ML) I've encounter a strange error without many comments from python :

(py_37) (base) /media/data/data/RL_trader $ python ./cli.py update-static-data Illegal instruction (py_37) (base) /media/data/data/RL_trader $ python ./cli.py optimize Illegal instruction (py_37) (base) /media/data/data/RL_trader $ python ./cli.py train Illegal instruction

If you have encountered such issue do not hesitate to point out any tip /solution.

thanks for your support.

Rgds Gilles.

linux install : sudo apt-get install libpq-dev sudo apt-get install mpich sudo apt install libopenmpi-dev

pip install : colorlog ccxt optuna quantstats stable_baselines brew install mpich mpi4py tensorflow