BoxiLi / qutip-qip-paper

BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

No attribute 'blas_opt_info' #5

Closed goerz closed 2 years ago

goerz commented 2 years ago

I'm currently unable to run the example due to https://github.com/qutip/qutip/issues/1753

This looks like it's a problem with QuTiP, but I'm just opening this issue to keep track of it

BoxiLi commented 2 years ago

Seems a problem with the newest NumPy changing the key of blas in __config__. There is already a solution proposed https://github.com/qutip/qutip/pull/1752.

For now it works for me to pin python==3.9 and numpy==1.21.

goerz commented 2 years ago

Can confirm, numpy==1.21 works (also with Python 3.8)