simpeg / pymatsolver

Solve matrix equations in python.
https://pymatsolver.readthedocs.io/en/latest/
MIT License
33 stars 16 forks source link

Paradiso error with versions newer than 0.2.0 #52

Closed Patrick-Cole closed 2 days ago

Patrick-Cole commented 2 days ago

I install using pip on windows. Up to version 0.2.0, I did not get any errors when running simpeg TDEM inversion. Now it complains about needing pydiso. My problem is that the pip install of pydiso needs compilers and other libraries. Can something be done so that the new versions behave like 0.2.0?

jcapriot commented 2 days ago

If you need 0.2 behavior, I’d recommend installing 0.2.

If you need 0.3, then your current options are:

Patrick-Cole commented 2 days ago

Thanks for the feedback. I will use 0.2 for now and wait for the new SimPEG.