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

Wrong download url for custom channels with labels #2553

Closed
2 tasks done
moetayuko opened this issue May 31, 2023 · 2 comments · Fixed by #2596
Closed
2 tasks done

Wrong download url for custom channels with labels #2553

moetayuko opened this issue May 31, 2023 · 2 comments · Fixed by #2596
Assignees
Labels
type::bug Something isn't working

Comments

@moetayuko
Copy link

Troubleshooting docs

  • My problem is not solved in the Troubleshooting docs

How did you install Mamba?

Micromamba

Search tried in issue tracker

N/A

Latest version of Mamba

  • My problem is not solved with the latest version

Tried in Conda?

I do not have this problem with Conda, just with Mamba

Describe your issue

With condarc provided below, installing packages from a label channel fails, while conda works fine.

❯ micromamba install -c "nvidia/label/cuda-11.8.0" cuda-nvcc

                                           __
          __  ______ ___  ____ _____ ___  / /_  ____ _
         / / / / __ `__ \/ __ `/ __ `__ \/ __ \/ __ `/
        / /_/ / / / / / / /_/ / / / / / / /_/ / /_/ /
       / .___/_/ /_/ /_/\__,_/_/ /_/ /_/_.___/\__,_/
      /_/

nvidia/label/cuda-11.8.0/noarch                      3.4kB @   2.8kB/s 404 failed  1.2s
critical libmamba Multiple errors occured:
    Multi-download failed. Reason: Transfer finalized, status: 404 [https://conda.anaconda.org/nvidia/label/label/cuda-11.8.0/noarch/repodata.json] 3366 bytes
    Subdir nvidia/label/cuda-11.8.0/noarch not loaded!

Obviously, the returned URL includes label/label but it should occur only once.

mamba info / micromamba info

No response

Logs

No response

environment.yml

No response

~/.condarc

custom_channels:
  nvidia/label: https://conda.anaconda.org
@jonashaag jonashaag added the type::bug Something isn't working label May 31, 2023
@jonashaag
Copy link
Contributor

Does it work with Mamba?

@moetayuko
Copy link
Author

Does it work with Mamba?

No, mamba suffer from exact the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants