mamba Questions

2

Solved

there have been explanations about the different between miniforge and miniconda miniforge is the community (conda-forge) driven minimalistic conda installer. Subsequent package installations come...
Biggerstaff asked 12/12, 2022 at 14:40

3

We have to use micromamba for our app because conda is prohibitively slow for installing our packages. We use a devcontainer to install micromamba and its packages. This works for the VS Code termi...
Mercedes asked 19/11, 2022 at 15:40

3

I have an M1 MacBook using conda through miniforge3. I want to use some packages not built for ARM (ifcopenshell, pythonocc-core). Mixing channels (conda-forge/osx-64 and conda-forge/osx-arm) often...
Wavemeter asked 17/3, 2022 at 15:37

2

Solved

It seems micromamba is missing a clone environment option, or is it just named differently? Mamba's help micromamba create -n envname --help does not seem to show any clone-like option and stand...
Orthodontia asked 11/8, 2023 at 14:35

4

I am trying to debug some Python code that must run in a Mamba environment. In order to run the code (but not debug), I can open the Miniforge Prompt command line application, activate my enviromen...
Housing asked 2/5, 2022 at 21:45

1

Solved

I want to migrate all my existing environments to micromamba on my Mac (i.e., move my envs to /Users/UserName/micromamba/envs/) to use micromamba exclusively. What's the best way to move my existin...
Curzon asked 8/1, 2023 at 14:58

1

Solved

After installing mamba and creating an environment, all the names of my previous conda environments are missing. I can see their path and even activate them if I do: conda activate /environment/pat...
Marlenamarlene asked 20/6, 2023 at 11:32

2

Solved

I dont know if I have missed it, but this is not clear to me. I already have miniconda on my machine and I want now to install mamba. How this should be done please, I am supposed to download/run t...
Kirbykirch asked 25/7, 2023 at 8:40

1

Running mamba inside conda base. mamba installed via mambaforge but OUTSIDE conda base. (??) python 3.10.8 From within conda base, running mamba init gives the following error: `user@pop-os:~$ ma...
Sympathy asked 13/4, 2023 at 0:20

3

Solved

I downloaded the mambaforge install file for Windows, ran it, and it successfully completed. Mamba has a quickstart guide with CLI commands here: https://mamba.readthedocs.io/en/latest/user_guide/m...
Anna asked 25/2, 2023 at 4:13

2

Solved

** Conda Fails to Create a new env: stuck at "Executing transaction"** I am working with a MacOS, BigSur 11.6, and have updated conda and mamba conda update --all conda update mamba and, ...
Deuteragonist asked 15/9, 2021 at 4:33

0

With Anaconda and Mamba installed, I now came across the libmamba-solver, which is quite officially recommended on the Anaconda blog as the standard solver for conda. After I followed exactly the i...
Sinusoidal asked 11/3, 2023 at 9:14

1

Solved

I'm using mambaforge on WSL2 Ubuntu 22.04 with systemd enabled. I'm trying to install TensorFlow 2.10 with CUDA enabled, by using the command: mamba install tensorflow And the command nvidia-smi -...
Midweek asked 17/12, 2022 at 17:40

1

I am trying to build a custom Docker Image using jupyter/datascience-notebook which is based off of jupyter/base-notebook I can see that mamba was used to install/configure conda environment for ju...
Unfailing asked 8/6, 2022 at 22:28

2

Solved

I have set up couple of environments with Data Science libraries like pandas, numpy, matplotlib, scikit-learn, tensorflow etc.. However I cannot update some packages to the latest version. E.g. ...
Acetylide asked 4/4, 2020 at 12:42

1

Solved

I have a conda environment that has a package pinned as follows: Pinned packages: - python 3.8.* - bcbio-gff 0.6.7.* - snakemake 6.7.0.* How do I remove the pin for one of the pinned packages, ...
Capacity asked 5/4, 2022 at 17:42

2

Solved

When I try to install a python package in a minimamba distribution (mamba 0.14), there is no dependency solution for the python version installed (shown as pinned package below). How can I allow th...
Adorl asked 18/6, 2021 at 22:58

1

Solved

Mamba markets itself as a faster direct drop-in replacement for Conda. How could using Mamba instead of Conda as package manager for Anaconda be problematic?
Cervantes asked 16/6, 2021 at 14:34
1

© 2022 - 2025 — McMap. All rights reserved.