1 year ago
#59585
Omika Wadhwa
How to overcome an import error while importing the tables package in python?
I have been trying to open the tables package in anaconda prompt, but I keep running into the following error:
In [1]: import tables
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-0a99ad28a088> in <module>
----> 1 import tables
~\anaconda3\envs\DEEPLABCUT\lib\site-packages\tables\__init__.py in <module>
43
44 # Necessary imports to get versions stored on the cython extension
---> 45 from .utilsextension import get_hdf5_version as _get_hdf5_version
46
47
ImportError: DLL load failed while importing utilsextension: The specified module could not be found.
I have tried uninstalling and reinstalling "tables", but I still repeatedly get the above error every time I try to load the package. Can anyone suggest a way to overcome this problem?
Thank you.
python
anaconda
pytables
0 Answers
Your Answer