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

UnavailableInvalidChannel: HTTP 404 NOT FOUND for channel anaconda/pkgs/main <http://mirrors.aliyun.com/anaconda/pkgs/main> #3

Open
Akash437 opened this issue Dec 17, 2024 · 2 comments

Comments

@Akash437
Copy link

conda env create -f environment.yaml

Collecting package metadata (repodata.json): failed
UnavailableInvalidChannel: HTTP 404 NOT FOUND for channel anaconda/pkgs/main http://mirrors.aliyun.com/anaconda/pkgs/main
The channel is not accessible or is invalid.

@test-dddjjj
Copy link

test-dddjjj commented Dec 20, 2024

You can try installing via pip install -r requirement.txt -i https://mirrors.aliyun.com/pypi/simple. It works.

@blormp
Copy link

blormp commented Feb 11, 2025

tried @test-dddjjj 's solution but then I got this error:

ERROR: Ignored the following yanked versions: 8.9.4.19
ERROR: Could not find a version that satisfies the requirement nvidia-cudnn-cu11==8.5.0.96 (from versions: 0.0.1.dev5, 8.9.4.25, 8.9.5.29, 9.0.0.312, 9.1.0.70, 9.1.1.17, 9.2.0.82, 9.2.1.18, 9.3.0.75, 9.4.0.58, 9.5.0.50, 9.5.1.17, 9.6.0.74, 9.7.0.66, 9.7.1.26, 2021.10.26, 2021.11.18, 2021.12.8, 2022.1.13, 2022.4.2, 2022.5.19)
ERROR: No matching distribution found for nvidia-cudnn-cu11==8.5.0.96

I tried rewriting on the "requirements.txt" for nvidia-cudnn-cu11==8.9.5.29 (Instead of 8.5.0.96), but from there I get similar errors for nvidia-cudnn-cu12, triton and others.

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

3 participants