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

Redirection issues when using custom channels (e.g. https://repo.prefix.dev/emscripten-forge-dev) #3804

Open
3 tasks done
jjerphan opened this issue Feb 5, 2025 · 0 comments · May be fixed by #3805
Open
3 tasks done
Labels
type::bug Something isn't working

Comments

@jjerphan
Copy link
Member

jjerphan commented Feb 5, 2025

Troubleshooting docs

  • My problem is not solved in the Troubleshooting docs

Anaconda default channels

  • I do NOT use the Anaconda default channels (pkgs/* etc.)

How did you install Mamba?

Micromamba

Search tried in issue tracker

...

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

Works in 2.0.5.
Regression in 2.0.6.

mamba create -p /tmp/a -c https://repo.prefix.dev/emscripten-forge-dev cpp-tabulate --platform=emscripten-wasm32 -y

mamba info / micromamba info

libmamba version : 2.0.6
     micromamba version : 2.0.6
           curl version : libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0
     libarchive version : libarchive 3.7.7 zlib/1.3.1 bz2lib/1.0.8 libzstd/1.5.6
       envs directories : /home/jjerphan/.local/miniforge3/envs
                          /home/jjerphan/micromamba/envs
          package cache : /home/jjerphan/.cache/conda/pkgs
            environment : dev (active)
           env location : /home/jjerphan/.local/miniforge3/envs/dev
      user config files : /home/jjerphan/.mambarc
 populated config files : /home/jjerphan/.condarc
       virtual packages : __unix=0=0
                          __linux=6.11.11=0
                          __glibc=2.39=0
                          __archspec=1=x86_64_v3
                          __cuda=12.6=0
               channels : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
       base environment : /home/jjerphan/micromamba
               platform : linux-64

Logs

conda-forge/noarch                                  18.9MB @   2.7MB/s  7.0s


Transaction

  Prefix: /tmp/a

  Updating specs:

   - cpp-tabulate


  Package           Version  Build       Channel                                  Size
────────────────────────────────────────────────────────────────────────────────────────
  Install:
────────────────────────────────────────────────────────────────────────────────────────

  + cpp-tabulate      1.5.0  h7223423_2  repo.prefix.dev/emscripten-forge-dev     48kB
  + emscripten-abi   3.1.73  h267e887_6  repo.prefix.dev/emscripten-forge-dev     10kB

  Summary:

  Install: 2 packages

  Total download: 59kB

────────────────────────────────────────────────────────────────────────────────────────



Transaction starting
[+] 0.2s
Downloading  (2) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------   0.0 B /  58.8kB cpp-tabulate               0.1s
Extracting       ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------       0 /       2                            0.0s
critical libmamba Transfer finalized, status: 403 [https://packages.prefix.dev/emscripten-forge-dev/emscripten-wasm32/cpp-tabulate-1.5.0-h7223423_2.tar.bz2] 53 bytes

environment.yml

~/.condarc

channels:
  - conda-forge
channel_priority: strict
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.

1 participant