When I install mfix-24.3.1 in a Centos Stream 9 system workstation, the process sticking in solving environment for several hours and can’t install. Is this a network problem?
Possibly a network issue, hard to say without seeing the output.
You can try the alternative “mamba” installation. (Mamba is an enhanced version of Conda)
First do
conda install -c conda-forge mamba
then do the mfix install with the conda
command replaced by mamba
. (Leave the rest of the command line, including conda-forge
, the same)
Please let us know if this works for you.
It worked! Thank you very much!