Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: DLL load failed while importing hdf5extension: The specified procedure could not be found. #24

Open
e11296 opened this issue May 16, 2023 · 0 comments

Comments

@e11296
Copy link

e11296 commented May 16, 2023

Whenever I am writing
import Cluster_Ensembles as CE
giving error like
ImportError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_10820/1064937422.py in
----> 1 import Cluster_Ensembles as CE

D:\chaman\Cluster_Ensembles-master\src\Cluster_Ensembles_init_.py in
39
40
---> 41 from . Cluster_Ensembles import *
42
43

D:\chaman\Cluster_Ensembles-master\src\Cluster_Ensembles\Cluster_Ensembles.py in
53 import subprocess
54 import sys
---> 55 import tables
56 import warnings
57 import six

~\anaconda3\lib\site-packages\tables_init_.py in
60 # Import the user classes from the proper modules
61 from .exceptions import *
---> 62 from .file import File, open_file, copy_file
63 from .node import Node
64 from .group import Group

~\anaconda3\lib\site-packages\tables\file.py in
31 import numpy
32
---> 33 from . import hdf5extension
34 from . import utilsextension
35 from . import parameters

ImportError: DLL load failed while importing hdf5extension: The specified procedure could not be found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant