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

Failed to install with requirements.txt #1

Open
buaacyw opened this issue Mar 1, 2023 · 2 comments
Open

Failed to install with requirements.txt #1

buaacyw opened this issue Mar 1, 2023 · 2 comments

Comments

@buaacyw
Copy link

buaacyw commented Mar 1, 2023

Hi! Thanks for your work.
I failed to install with requirements.txt:

PackagesNotFoundError: The following packages are not available from current channels:
(All the package)

I think I have added sufficient channels. But the problem remains.
So maybe there is some problem with requirements.txt?
(My conda is the latest version)

@buaacyw
Copy link
Author

buaacyw commented Mar 1, 2023

The command is conda create --name sty --file requirements.txt

@KunpengSong
Copy link
Owner

it could be a conda version issue. I think you can try:

  • delete the first couple of lines in the requirement.txt
  • create a new python environment
  • pip install -r requirement.txt

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

2 participants