Launching error

Hi,

I just installed mfix and tried launching it. But it showed me this error. What should I do now? Thanks for your help!

Traceback (most recent call last):
File “C:\Users\ashin\anaconda3\envs\mfix-21.1.4\Scripts\mfix-script.py”, line 9, in
sys.exit(main())
File “C:\Users\ashin\anaconda3\envs\mfix-21.1.4\lib\site-packages\mfixgui\gui.py”, line 3445, in main
main_args(sys.argv[1:])
File “C:\Users\ashin\anaconda3\envs\mfix-21.1.4\lib\site-packages\mfixgui\gui.py”, line 3563, in main_args
loadvtk=args.novtk, set_splash_text=set_splash_text, style=use_style)
File “C:\Users\ashin\anaconda3\envs\mfix-21.1.4\lib\site-packages\mfixgui\gui.py”, line 577, in init
self.init_vtk_widget(loadvtk)
File “C:\Users\ashin\anaconda3\envs\mfix-21.1.4\lib\site-packages\mfixgui\gui.py”, line 1492, in init_vtk_widget
from .vtk_widgets.modeler import VtkWidget
File “C:\Users\ashin\anaconda3\envs\mfix-21.1.4\lib\site-packages\mfixgui\vtk_widgets\modeler.py”, line 38, in
from mfixgui.vtk_widgets.geometry_engine import GeometryEngine
File “C:\Users\ashin\anaconda3\envs\mfix-21.1.4\lib\site-packages\mfixgui\vtk_widgets\geometry_engine.py”, line 39, in
from mfixgui.tools import procedural_stl
File “C:\Users\ashin\anaconda3\envs\mfix-21.1.4\lib\site-packages\mfixgui\tools\procedural_stl.py”, line 7, in
import splipy as sp
File “C:\Users\ashin\anaconda3\envs\mfix-21.1.4\lib\site-packages\splipy_init_.py”, line 5, in
from splipy.Curve import Curve
File “C:\Users\ashin\anaconda3\envs\mfix-21.1.4\lib\site-packages\splipy\Curve.py”, line 9, in
import scipy.sparse.linalg as splinalg
File “C:\Users\ashin\anaconda3\envs\mfix-21.1.4\lib\site-packages\scipy\sparse\linalg_init_.py”, line 114, in
from .eigen import *
File “C:\Users\ashin\anaconda3\envs\mfix-21.1.4\lib\site-packages\scipy\sparse\linalg\eigen_init_.py”, line 9, in
from .arpack import *
File “C:\Users\ashin\anaconda3\envs\mfix-21.1.4\lib\site-packages\scipy\sparse\linalg\eigen\arpack_init_.py”, line 20, in
from .arpack import *
File “C:\Users\ashin\anaconda3\envs\mfix-21.1.4\lib\site-packages\scipy\sparse\linalg\eigen\arpack\arpack.py”, line 42, in
from . import _arpack
ImportError: DLL load failed: The specified procedure could not be found.

Thanks,
Ashin

Hi @Ashin_Sunny , welcome to MFiX

I haven’t seen this error before. But we are releasing a new version, 21.2, very soon. It hasn’t been announced yet, but if you do
conda deactivate
then repeat the installation command with all of the 21.1.4’s replaced by 21.2, and -c mfix replaced by -c conda-forge you will be able to do a test installation of the new version. That is, the installation command should look like

conda create -n mfix-21.2 mfix=21.2 mfix-doc=21.2 mfix-gui=21.2 mfix-solver=21.2 mfix-src=21.2 -c conda-forge -c  https://mfix.netl.doe.gov/SECRET_TOKEN

I’d be very interested to know if the 21.2 version also has this DLL load failed issue.

– Charles

1 Like

Hi Charles,

For now, I have installed a previous version and it is working. I will let you know if have the same error when I install the latest version in the future.

Thanks,
Ashin