haasad / PyPardiso

Python interface to the Intel MKL Pardiso library to solve large sparse linear systems of equations
BSD 3-Clause "New" or "Revised" License
135 stars 20 forks source link

Ubuntu 22.04: `import pypardiso` hangs #51

Closed adtzlr closed 1 year ago

adtzlr commented 1 year ago

Hi @haasad!

I have a freshly installed Ubuntu 22.04 workstation at home where I installed pip, numpy and scipy with apt. Then I installed pypardiso via pip. However, the import of pypardiso hangs. I get no error, it just hangs (with a very high CPU load). Do you have any idea? Could there be a problem with the global installed numpy and scipy packages and the local user-based pypardiso install via pip?

grafik

adtzlr commented 1 year ago

Never mind. I created a virtual environment, installed everything with pip and it works. I'll close this.