StevenGolovkine / FDApy

Python Package for Functional Data Analysis
https://fdapy.readthedocs.io/en/latest/
MIT License
42 stars 15 forks source link

ModulenotFoundError #8

Closed amit-dingare closed 1 year ago

amit-dingare commented 2 years ago

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

Python version 3.8.10 sktime==0.13.2

The issue comes which running the example plot_multivariate_fpca.py

StevenGolovkine commented 1 year ago

I removed the dependencies on sktime. So, it should be OK now.