Questions tagged [mambaforge]

5 questions
6
votes
3 answers

After the mambaforge install completes, how do I get to be able to run mamba commands?

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/mamba.html But I can't figure out WHERE to enter the…
5
votes
1 answer

mamba init error: AttributeError: 'Namespace' object has no attribute 'no_user'

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:~$ mamba init mamba (1.2.0) supported by…
5
votes
1 answer

what are the differences among mambaforge, mambaforge-pypy3, miniforge, miniforge-pypy3

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 thus from conda-forge channel. miniconda is the…
wsdzbm
  • 3,096
  • 3
  • 25
  • 28
1
vote
0 answers

How to export a conda environment (not the yml file but all the binaries so conda doesn't solve anything)

The question With miniconda, miniforge or Mambaforge (not Anaconda), is there a way to export an environment you have created with conda/mamba? I do not mean exporting a yml file, I mean exporting all the binaries. Why I'm asking it I am well aware…
Pythonista anonymous
  • 8,140
  • 20
  • 70
  • 112
1
vote
1 answer

nothing provides __cuda needed by tensorflow-2.10.0-cuda112py310he87a039_0

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 -q from WSL2 gives: ==============NVSMI…