Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install error #1

Open
hackable opened this issue Dec 5, 2018 · 7 comments
Open

pip install error #1

hackable opened this issue Dec 5, 2018 · 7 comments

Comments

@hackable
Copy link

hackable commented Dec 5, 2018

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

@miroblog
Copy link
Owner

miroblog commented Dec 5, 2018

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

@raghavb
Copy link

raghavb commented Mar 25, 2019

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

@AlconDivino
Copy link

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

@raghavb
Copy link

raghavb commented Apr 3, 2019

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

pip install keras-rl

@AlconDivino
Copy link

AlconDivino commented Apr 3, 2019

@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
Copy link

raghavb commented Apr 5, 2019

@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
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants