Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python version does not work on Windows #2

Open
VikingScientist opened this issue Jun 24, 2022 · 0 comments
Open

Python version does not work on Windows #2

VikingScientist opened this issue Jun 24, 2022 · 0 comments

Comments

@VikingScientist
Copy link
Owner

At least it throws a million warnings. This boils down to

BLAS error using scipy.sparse.linalg.spsolve on csr-format matrix

which means we have to find a work-around. For linux distribution, this means exposing the BLAS functionality through scikit-umfpack and a simple pip install of this will fix this here. Windows however is a different beast and scikit-umfpack only works on python 3.6 or earlier

The last link points to an alternative solution in using pypardiso4py, but as is clarely stated on this page, this is an anaconda envorement solution only, and it will not work in combination with pip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant