24-05-25, 22:05 -
Hi A,
The "from adafruit_ht16k33.segments import Seg14x4" statement imports libraries. Amongst these libraries, there is one module with a syntax error (the "^" character points to the position where the python interpreter gives up).
In my experience, trying to repair erroneous libraries on your own is a cumbersome process.
I suggest to look for forums discussing "syntax error in circuitpython_typing".
Hans
The "from adafruit_ht16k33.segments import Seg14x4" statement imports libraries. Amongst these libraries, there is one module with a syntax error (the "^" character points to the position where the python interpreter gives up).
In my experience, trying to repair erroneous libraries on your own is a cumbersome process.
I suggest to look for forums discussing "syntax error in circuitpython_typing".
Hans