-
Notifications
You must be signed in to change notification settings - Fork 53
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
how to install packages in requirements.txt? #14
Comments
fix it by installing anaconda-client and other packages that cannot use pip install by conda install. |
could you give some details? |
Python navigator ==2.3.1 Can you download it |
Did you solve it? If yes, please contribute the package you installed. |
Awesome! |
hi!
when I perform:
pip install -r requirements.txt
it always causes errors like:
ERROR: Could not find a version that satisfies the requirement anaconda-client==1.11.0 (from versions: 1.1.1, 1.2.2)
ERROR: No matching distribution found for anaconda-client==1.11.0
and many other packages are not the correct version as well.
How can I solve it?
The text was updated successfully, but these errors were encountered: