hey
i am using this example on raspberry pi 3 module B runing on python3.7 but i am having deprecation warning with joblib.py
improt imp
not working and they are asking me to change to
import importlib
but file can not be changed
did any one had this problem before ?