Hi,
I'm trying to use ISSM for the first time, using the python interface. I got the pre-compiled binaries and followed the instructions to add ISSM to the path. I then tested by trying 'from issmversion import issmversion'. I got this error message:
ImportError: bad magic number in 'issmversion': b'\x03\xf3\r\n'
I'm guessing this is due to a mismatch in python versions, though I saw in the changelog that python 3 has been supported since version 4.16 (I have tried this with python 3.6 and 3.7 and ISSM 4.18). Any suggestions for solving this error? (either with python 3, or I could make an environment with whatever the right version of python 2 is).
Thanks,
Claire