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

Default Channels #632

Open
bshim181 opened this issue Aug 23, 2024 · 7 comments
Open

Default Channels #632

bshim181 opened this issue Aug 23, 2024 · 7 comments
Labels
linux question Further information is requested

Comments

@bshim181
Copy link

Comment:

Hello,

I am trying to migrate from anaconda to miniforge3 due to license issues. I have exported all my environments in .yaml and trying to set it up in miniforge3. What I am noticing is that, whenever I try to create an environment, defaults channels pops up.

I have configured to include bioconda and conda-forge only in my .condarc
Screenshot 2024-08-23 at 12 18 48 PM
Also, I only have those two channels in my .yaml file.

Why might this happen?

@bshim181 bshim181 added the question Further information is requested label Aug 23, 2024
@jaimergp
Copy link
Member

Can you add nodefaults to the channel list?

@bshim181
Copy link
Author

Screenshot 2024-08-23 at 2 06 49 PM

After adding nodefaults, this is what I see when i run a command like,
mamba env create -f mixcr.yaml or conda env create -f mixcr.yaml

@jaimergp
Copy link
Member

Can you check with micromamba create -f? You might need to install that first.

@bshim181
Copy link
Author

oh okay. micromamba is not present.

@bshim181
Copy link
Author

The envs which I created with micromamba -f gets stored in the micromamba directory and not the miniforge3 directory. Would that be a problem??

@bridgetjs
Copy link

Hi, I also had this issue. You might have an errant .condac file that was left over from the previous anaconda installation. On windows I found this in my home directory ~/.condarc

You could check the path to make sure that conda isn't finding other .condarc files with the defaults channel configured

@jaimergp
Copy link
Member

conda config --show-sources might help with this!

The envs which I created with micromamba -f gets stored in the micromamba directory and not the miniforge3 directory. Would that be a problem??

Not really. You can also configure micromamba to put things where your Miniforge is. See https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html#quickstarts

@hmaarrfk hmaarrfk added the linux label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linux question Further information is requested
Development

No branches or pull requests

4 participants