miroblog / deep_rl_trader

Trading Environment(OpenAI Gym) + DDQN (Keras-RL)
411 stars 92 forks source link

pip install error #1

Open hackable opened 5 years ago

hackable commented 5 years ago

Could not find a version that satisfies the requirement anaconda-client==1.6.0

miroblog commented 5 years ago

remove anaconda-client==1.6.0 in the requirement and retry! the latest version of anaconda-client should also work...

raghavb commented 5 years ago

Hey @miroblog, there are lots of requirements where the version is not available. Are these versions manually added to the requirements doc?

AlconDivino commented 5 years ago

if i try to run the load_test.py file i get it cannot find the module rl. WHat did i do wrong?

raghavb commented 5 years ago

@AlconDivino you are missing the rl module. Try running:

pip install keras-rl

AlconDivino commented 5 years ago

@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

raghavb commented 5 years ago

@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.

janesbuaa commented 3 years ago

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!