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'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 :
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
The text was updated successfully, but these errors were encountered: