-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Followed instructions in README file, get this result on one step:
$ circup install --py qwiic_oled Traceback (most recent call last): File "/home/pi/.local/bin/circup", line 3, in <module> from circup import main File "/home/pi/.local/lib/python3.9/site-packages/circup/__init__.py", line 9, in <module> from circup.shared import DATA_DIR, BAD_FILE_FORMAT, extract_metadata, _get_modules_file File "/home/pi/.local/lib/python3.9/site-packages/circup/shared.py", line 16, in <module> from circup.lazy_metadata import LazyMetadata File "/home/pi/.local/lib/python3.9/site-packages/circup/lazy_metadata.py", line 11, in <module> class LazyMetadata: File "/home/pi/.local/lib/python3.9/site-packages/circup/lazy_metadata.py", line 20, in LazyMetadata initial_data: dict[str, Any] | None = None, TypeError: unsupported operand type(s) for |: 'types.GenericAlias' and 'NoneType' pi@pi400 ~ $
CircuitPython version is 10.0.3, on an Adafruit Metro M7.
Also had monumental failure installing to use SparkFun SerLCD display under CircuitPython. I give up on SparkFun displays for CP, going to stick with ones from Adafruit.