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
I -conda installed the package, but clustering is not included. I get this when calling dir(dtaid): ['__author__', '__builtins__', '__cached__', '__copyright__', '__doc__', '__file__', '__license__', '__loader__', '__name__', '__package__', '__path__', '__spec__', '__version__', 'dtw', 'dtw_cc', 'dtw_cc_numpy', 'dtw_cc_omp', 'ed', 'ed_cc', 'exceptions', 'logger', 'logging', 'util', 'util_numpy']
The text was updated successfully, but these errors were encountered:
Can you share the package version (dtaidistance.__version__)? It seems more (newer) parts are missing. If I download the zipped package from https://anaconda.org/conda-forge/dtaidistance/files it includes clustering as part of its source files. Thus maybe conda selects an older version for some reason?
I -conda installed the package, but clustering is not included. I get this when calling
dir(dtaid)
:['__author__', '__builtins__', '__cached__', '__copyright__', '__doc__', '__file__', '__license__', '__loader__', '__name__', '__package__', '__path__', '__spec__', '__version__', 'dtw', 'dtw_cc', 'dtw_cc_numpy', 'dtw_cc_omp', 'ed', 'ed_cc', 'exceptions', 'logger', 'logging', 'util', 'util_numpy']
The text was updated successfully, but these errors were encountered: