RAFT
RAFT copied to clipboard
Error with pyHAMS
Hello,
After installing all the necessary modules I try to test RAFT with the provided example and I get the following message: ImportError: /pyHAMS/pyhams/hams.cpython-39-x86_64-linux-gnu.so: undefined symbol: zgetrs
I tried it with both python 3.9 and 3.10 but this doesn't seem to be the problem.
How did you install pyHAMS? From source? Once recent change is that it is conda-installable if that helps.
I tried with conda and it worked, thank you very much!