running "from sttp.subscriber import Subscriber" in Python 3.11 raises error "Python Error: ImportError: cannot import name 'Convert' from 'gsf'".
Problem: gsf does not define "Convert" and not "normalize_enumname".
while Line 25 of datarow.py tries to import them: "from gsf import Convert, Empty, normalize_enumname"