I need to install SciKits.umfpack and ultimately umfpack as it is the last thing left so I can execute the command I need for my thesis. I have downloaded everything that is needed for the tool from here Python Package - qmbpmn-tools.
I was having various problems with the UMFPACK. I tried updating Microsoft build tools because I was getting the following error:
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
and then I executed this command and worked successfully:
pip install --upgrade scikit-umfpack
Now, that supposedly I have all the Prerequisites for the actual tool to work I get this:
umfpack.configure(assumeSortedIndices=kwargs['assumeSortedIndices']) NameError: name 'umfpack' is not defined
I have also try cloning it from a git repository but no success..
Please help me if possible. This is all I need to finish my thesis and I am stuck for weeks.