phuselab / pyVHR

Python framework for Virtual Heart Rate

Home Page:http://phuselab.di.unimi.it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About ImportError: cannot import name 'median_absolute_deviation' from 'scipy.stats'

mok0102 opened this issue · comments

Hello,
first, thank you for providing pyVHR.

I'm trying to use pyVHR, but it keeps giving me error 'ImportError: cannot import name 'median_absolute_deviation' from 'scipy.stats''. And it is hard to handle this error by myself.

Could you please help me how to remove this error?

For me, installing scipy==1.7.0 helped.
pip install scipy==1.7.0 after making conda env