RLTrader
RLTrader copied to clipboard
ModuleNotFoundError: No module named 'tensorflow.contrib'
Hi! I am try use RLTrader, but this error blocked me: ModuleNotFoundError: No module named 'tensorflow.contrib'. ENV: Google Collab with GPU.
This steps make an error:
- !git init && git remote add origin https://github.com/notadamking/RLTrader.git && git pull origin master
- !pip install -r requirements.txt
- !python ./cli.py update-static-data
@xsa-dev Your version of Tensorflow
is newer than RLTrader is expecting. Tensorflow
stopped using "contrib".
I had to lower my version and tensorflow==1.15.0
is working without issue.