-
Notifications
You must be signed in to change notification settings - Fork 89
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
Comments
remove anaconda-client==1.6.0 in the requirement and retry! |
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:
|
@raghavb I already did that. Its already satisfied. Thats why i am so confused EDIT: Nevermind did everything with pip3 not with pip. |
@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. |
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
The text was updated successfully, but these errors were encountered: