hydrogeoscience / pygtide

A Python module and wrapper for ETERNA PREDICT to compute gravitational tides on Earth
Mozilla Public License 2.0
50 stars 19 forks source link

Import of pygtide fails #14

Closed emolch closed 3 years ago

emolch commented 4 years ago

Hi,

I am trying to run pygtide but import of the module fails:

Traceback (most recent call last):
  File "test.py", line 2, in <module>
    import pygtide
  File "/home/heimann/Temp/pygtide/pygtide/__init__.py", line 1, in <module>
    from .pygtide import pygtide
  File "/home/heimann/Temp/pygtide/pygtide/pygtide.py", line 96, in <module>
    from etpred import etpred
  File "/home/heimann/Temp/pygtide/etpred/__init__.py", line 1, in <module>
    from . import etpred
ImportError: libgfortran.so.3: cannot open shared object file: No such file or directory

Apparently there are some compiled objects in the repos. Are these there on purpose? Is there a way to compile them for myself on my machine?

Thanks Sebastian Heimann

emolch commented 4 years ago

Is the updated and f2py-compliant variant of eterna available somewhere?

hydrogeoscience commented 3 years ago

Unfortunately, I cannot share the Fortran source code because I don't own the copyright.

hydrogeoscience commented 3 years ago

Please see the new update.