Open hackable opened 5 years ago
remove anaconda-client==1.6.0 in the requirement and retry! the latest version of anaconda-client should also work...
Hey @miroblog, there are lots of requirements where the version is not available. Are these versions manually added to the requirements doc?
if i try to run the load_test.py file i get it cannot find the module rl. WHat did i do wrong?
@AlconDivino you are missing the rl module. Try running:
pip install keras-rl
@raghavb I already did that. Its already satisfied. Thats why i am so confused
EDIT: Nevermind did everything with pip3 not with pip. New issue: No module named pandas.stats
@AlconDivino, I think your site-packages for python, python3, and conda (if you conda installed) might be mixed up. Check if pandas is installed for python3.
remove anaconda-client==1.6.0 in the requirement and retry! the latest version of anaconda-client should also work...
can you show us the pip list of your environment? I use python3.6 and met lots of inconsistency problems, such as TA-Lib 0.4.17 can't consistence with python3.6, pandas0.22.0 with numpy0.14.5 ect. Thanks a lot!
Could not find a version that satisfies the requirement anaconda-client==1.6.0