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?
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?