Open YoavMeiri opened 1 year ago
When running from hrv.rri import RRi The error was [cannot import name 'MutableMapping' from 'collections']
from hrv.rri import RRi
Might want to change line 18 in rri.py to from collections.abc import MutableMapping
from collections.abc import MutableMapping
(python 3.11.3)
When running
from hrv.rri import RRi
The error was [cannot import name 'MutableMapping' from 'collections']Might want to change line 18 in rri.py to
from collections.abc import MutableMapping
(python 3.11.3)