gyanz / pydsstools

Python library for simple HEC-DSS functions
MIT License
83 stars 36 forks source link

cannot import name 'core_heclib' from 'pydsstools._lib.x64' #41

Closed dhah229 closed 2 years ago

dhah229 commented 2 years ago

I am hitting an import error

>>> from pydsstools.heclib.dss import HecDss
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\dhah\Documents\pydsstools\pydsstools\heclib\dss\HecDss.py", line 15, in <module>
    from ...core import Open as _Open
  File "C:\Users\dhah\Documents\pydsstools\pydsstools\core\__init__.py", line 28, in <module>
    from .._lib import *
  File "C:\Users\dhah\Documents\pydsstools\pydsstools\_lib\__init__.py", line 1, in <module>
    from .x64 import core_heclib
ImportError: cannot import name 'core_heclib' from 'pydsstools._lib.x64' (C:\Users\dhah\Documents\pydsstools\pydsstools\_lib\x64\__init__.py)

Using Python 3.7 pydsstools installed using .whl file. Thank you

dhah229 commented 2 years ago

Fresh install worked.