DynamicsAndNeuralSystems / pyspi

Comparative analysis of pairwise interactions in multivariate time series.
https://time-series-features.gitbook.io/pyspi/
GNU General Public License v3.0
199 stars 26 forks source link

ModuleNotFoundError `sktime` #5

Closed jajcayn closed 2 years ago

jajcayn commented 2 years ago

Hey!

Great preprint! I am really interested in trying out the package. However, when I installed it, I cannot import Calculator, nor run the tests with pytest. I am getting:

ModuleNotFoundError: No module named 'sktime.utils.data_io'

I have sktime installed and can import it without any problems. Thanks for looking into it!

N.

olivercliff commented 2 years ago

Hi,

That was due to a change in sktime > 0.8.0. It should be fixed in the latest version of the code.