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

Garbled UI output for micromamba create #3713

Closed
3 tasks done
amgcc opened this issue Dec 27, 2024 · 3 comments · Fixed by #3724
Closed
3 tasks done

Garbled UI output for micromamba create #3713

amgcc opened this issue Dec 27, 2024 · 3 comments · Fixed by #3724
Labels
type::bug Something isn't working

Comments

@amgcc
Copy link

amgcc commented Dec 27, 2024

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

console

Latest version of Mamba

  • My problem is not solved with the latest version

Tried in Conda?

I have this problem with Conda as well, without using Mamba

Describe your issue

When running micromamba create the console output is incorrect. After printing prefix, for every package a line with text - * is printed. I have 200 packages in my example creating 200 lines of noise. I was using 1.5.8 and it did not have this issue. Since then the console output was updated with fancy progress bars but they don't seem to work as intended.

mamba info / micromamba info

❯ micromamba info

       libmamba version : 2.0.5
     micromamba version : 2.0.5
           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/username/micromamba/envs
          package cache : /home/username/micromamba/pkgs
                          /home/username/.mamba/pkgs
            environment : base
           env location : /home/username/micromamba
      user config files : /home/username/.mambarc
 populated config files : /home/username/.condarc
       virtual packages : __unix=0=0
                          __linux=5.14.0=0
                          __glibc=2.34=0
                          __archspec=1=x86_64_v4
               channels : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
       base environment : /home/username/micromamba
               platform : linux-64

Logs

❯ micromamba create -f env/linux_py311_packages.txt -p envs/ac9c09cd72dcf14397d1887a051bd87618447288 -y                                                                                        
Transaction

  Prefix: /home/user/repos/myrepo/envs/ac9c09cd72dcf14397d1887a051bd87618447288

  Updating specs:

   - *
   - *
   - *
   - *
   - *
   - *
   - *
   - *
   - *
   - *
   - *
   - *
   - *
   - *
   - *
   - *
   - *
   - *
   - *
   - *
   - *
...

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

environment.yml

No response

~/.condarc

changeps1: false
channels:
  - conda-forge
channel_priority: strict
@Hind-M
Copy link
Member

Hind-M commented Dec 30, 2024

Hum weird. Can you please post the content of your env/linux_py311_packages.txt file to try reproducing the issue? Thanks!

@amgcc
Copy link
Author

amgcc commented Jan 2, 2025

packages.txt

The file is generating using a private artifactory so you won't be able to use it directly. Hopefully it is of some use. I could retest this against conda-forge if necessary.

@jjerphan
Copy link
Member

jjerphan commented Jan 3, 2025

I can reproduce the problem with any explicit environment specification.

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