Eric
Eric
Update: the url has changed again. This works as of Feb 2025: `pdbl = PDBList(server="https://files.wwpdb.org")`
you can add `-fcommon` to workaround this issue make CFLAGS=-fcommon
Hi Raphael, I was wondering if the LAPACK dependency of numpy could cause the issue. Would you mind running `numpy.show_config()` and sharing the results? Many thanks, Eric
Hi Raphael, Thanks for providing these information. It turns out not to be a version issue but it might be a deeper problem with the `numpy.linalg.pinv` function. I was able...