Hi guys, sorry that I am just now getting the opportunity to take a look at this.
On Debian, using Python 3.7, everything compiles just fine. There is a runtime crash with "ImportError: dynamic module does not define init function", which may be due to the fact that /usr/bin/python
-> /usr/bin/python2
on this particular machine and --with-python-version
is not actually being honored. That being said, I am currently experimenting to see if which python
is the issue here.
Of note, I am working out of the development branch, so I will start diff
ing config files to see if there is a disconnect on our end.
In the meantime, @weiji14, could you try installing 3.7 (and the corresponding numpy
package) with apt
and see if you can get ISSM to at least compile? This would at least narrow down the issue(s) we are experiencing.