conda-forge / miniforge

A conda-forge distribution.
https://conda-forge.org/miniforge
Other
5.99k stars 317 forks source link

Any difference between miniforge and anaconda that can cause the following problem? #408

Closed michalisk13 closed 1 year ago

michalisk13 commented 1 year ago

Comment:

Hi,

I am trying to run a project and I am issuing the following commands:

conda env create -f environment.yml source activate securityssidabi38

and I get

EnvironmentNameNotFound: Could not find conda environment: securityssidabi38
You can list all discoverable environments with `conda info --envs`.
# conda environments:
#
base                  *  /home/user/mambaforge

Any idea what may be causing the problem?

Thanks, Mak

jakirkham commented 1 year ago

Would need the contents of environment.yml to know

michalisk13 commented 1 year ago

Hi,

Thanks for the reply.

Here is the link for the file

https://github.com/GISDev01/security-ssid-abi/blob/main/environment.yml

jakirkham commented 1 year ago

What was the resolution?

michalisk13 commented 1 year ago

I've just installed the dependencies manually. I don't see the usefulness of all those tools nowadays... Especially for certain small scale projects

hmaarrfk commented 1 year ago

Typically pinning so hard creates conflicts. You might have to relax the strict channel priority for example.