adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
Other
4.09k stars 1.21k forks source link

7.0.0-Alpha.4 Importing adafruit_circuitplayground.expresss Results in Error #5009

Closed robertgallup closed 3 years ago

robertgallup commented 3 years ago

CircuitPython version

Adafruit CircuitPython 7.0.0-alpha.4 on 2021-07-08; Adafruit CircuitPlayground Express with samd21g18

Code/REPL

import adafruit_circuitplayground.express

Behavior

main.py output: Traceback (most recent call last): File "main.py", line 1, in File "adafruit_circuitplayground/init.py", line 12, in File "adafruit_circuitplayground/express.py", line 31, in File "adafruit_circuitplayground/circuit_playground_base.py", line 34, in ImportError: no module named 'gamepad'

Description

After updating CircuitPython to v7.0.0_alpha4 the circuit playground express library references the gamepad module which doesn't seem to exist.

Additional information

No response

kattni commented 3 years ago

This is an issue with the Circuit Playground library. I'm looking into it now.