deep_rl_trader icon indicating copy to clipboard operation
deep_rl_trader copied to clipboard

pip install error

Open hackable opened this issue 6 years ago • 7 comments

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

hackable avatar Dec 05 '18 05:12 hackable

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

miroblog avatar Dec 05 '18 15:12 miroblog

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

raghavb avatar Mar 25 '19 19:03 raghavb

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

AlconDivino avatar Apr 03 '19 11:04 AlconDivino

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

pip install keras-rl

raghavb avatar Apr 03 '19 21:04 raghavb

@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 avatar Apr 03 '19 22:04 AlconDivino

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

raghavb avatar Apr 05 '19 12:04 raghavb

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!

janesbuaa avatar Mar 13 '21 02:03 janesbuaa