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

how to install packages in requirements.txt? #14

Open
Vivi-jingwen opened this issue Mar 20, 2024 · 6 comments
Open

how to install packages in requirements.txt? #14

Vivi-jingwen opened this issue Mar 20, 2024 · 6 comments

Comments

@Vivi-jingwen
Copy link

Vivi-jingwen commented Mar 20, 2024

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?

@seamoon224
Copy link

Same problem happened on me. I referred to the closed issues, configuring python=3.9.13 as the author instructed, and still didn't work.
image

@seamoon224
Copy link

fix it by installing anaconda-client and other packages that cannot use pip install by conda install.

@fujiaxu0207
Copy link

fix it by installing anaconda-client and other packages that cannot use pip install by conda install.

could you give some details?

@83905525s
Copy link

Python navigator ==2.3.1 Can you download it

@mayuxin996
Copy link

Did you solve it? If yes, please contribute the package you installed.

@LouHerGetUp
Copy link

fix it by installing anaconda-client and other packages that cannot use pip install by conda install.

Awesome!

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

6 participants