You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: