A mismatch of the mfix version

Hi MFiX team,

I used mfix-25.1.2 for some time and I wish to use this version for a new laptop. However, when I tried to install mfix-25.1.2 using the link given at the mfix website for the specific version, the results show that the finally installed version is mfix-25.2 (as shown in the log file). This problem was seen for both windows and linux. I guess it is due to a mismatch for the two versions’ links. Could you plase correct this to give the correct link to install exactly mfix-25.1.2 version? Great thanks!

Sorry for the trouble! It’s a little more than a mismatch in the links, it has to do with how Conda deals with packages and subpackages. The install command on the website has been updated to fully specify the subpackage versions. Please delete 25.1.2 and try again, after reloading the download page and copying the install command.

 $ conda deactivate
 $ conda env remove -n mfix-25.1.2

The install command should look something like this:

conda create -n mfix-25.1.2 mfix=25.1.2 mfix-gui=25.1.2 mfix-src=25.1.2 mfix-doc=25.1.2 mfix-solver=25.1.2  [...]

with version numbers specified for all the subpackages (mfix-gui, mfix-src, mfix-doc and mfix-solver)

Thank you for reporting this. Please let us know if you have any further trouble with the installation.

– Charles

Great thanks! This problem has been solved.