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

DLL load failed #13

Closed gavanmcgrath closed 3 years ago

gavanmcgrath commented 4 years ago

Hi is there any reason why this does not run on anaconda 3 python 3.7. I downloaded pygtide and ran the following:

import os os.chdir("C:\Users\Downloads\pygtide-master\pygtide-master") import pygtide

to get the following:


ImportError Traceback (most recent call last)

in 3 import os 4 os.chdir("C:\\Users\\Downloads\\pygtide-master\\pygtide-master") ----> 5 import pygtide ~\Downloads\pygtide-master\pygtide-master\pygtide\__init__.py in ----> 1 from .pygtide import pygtide ~\Downloads\pygtide-master\pygtide-master\pygtide\pygtide.py in 94 import pandas as pd 95 import datetime as dt ---> 96 from etpred import etpred 97 import os 98 from sys import path ~\Downloads\pygtide-master\pygtide-master\etpred\__init__.py in ----> 1 from . import etpred ImportError: DLL load failed: The specified module could not be found.
hydrogeoscience commented 3 years ago

Please see the new update.