0

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

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

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.

  • I also tried Python 3.6 as I found this thread https://github.com/scikit-umfpack/scikit-umfpack/issues/61. But still no luck – Mema Stamataki Oct 06 '22 at 11:30

0 Answers0