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

ImportError: DLL load failed: The specified module could not be found. #15

Closed hugmarc closed 3 years ago

hugmarc commented 4 years ago

Hi Unfortunately, I get a similar error as #13. I am using anaconda 3.7 and after running test.py I get the following error: "ImportError: DLL load failed: The specified module could not be found". (see output below). Do you have any explanation for this error? Thanks a lot for your reply


runfile('C:/Users/hugmarc/Desktop/pygtide3/test.py', wdir='C:/Users/hugmarc/Desktop/pygtide3') Traceback (most recent call last): File "", line 1, in runfile('C:/Users/hugmarc/Desktop/pygtide3/test.py', wdir='C:/Users/hugmarc/Desktop/pygtide3')

File "C:\ProgramData\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 827, in runfile execfile(filename, namespace)

File "C:\ProgramData\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 110, in execfile exec(compile(f.read(), filename, 'exec'), namespace)

File "C:/Users/hugmarc/Desktop/pygtide3/test.py", line 2, in import pygtide

File "C:\Users\hugmarc\Desktop\pygtide3\pygtide__init__.py", line 1, in from .pygtide import pygtide

File "C:\Users\hugmarc\Desktop\pygtide3\pygtide\pygtide.py", line 96, in from etpred import etpred

File "C:\ProgramData\Anaconda3\lib\site-packages\etpred__init__.py", line 1, in from . import etpred

ImportError: DLL load failed: The specified module could not be found.

hydrogeoscience commented 3 years ago

Please see the new update.