"No module named 'smbus2'"

Hi. Have installed CircuitPython on a Xiao Pico (RP2040), should be compatible with Feather.

Have installed a Grove shield for this, attaching a DHT11 sensor, and the right libraries.

Still, am getting “: no module named ‘smbus2’”

Searching for this library everywhere, all I find are non-circuitpython variants.

What am I missing here?

:slight_smile:

Adafruit CircuitPython 7.2.5 on 2022-04-06; Seeeduino XIAO RP2040 with rp2040

%Run -c $EDITOR_CONTENT
Traceback (most recent call last):
File “”, line 5, in
File “/lib/grove/grove_temperature_humidity_aht20.py”, line 33, in
File “/lib/grove/i2c.py”, line 32, in
ImportError: no module named ‘smbus2’

This is the problem of grove.py code library, the library is currently not updated, R & D temporarily can not spare manpower to solve, when there is time we will fix as soon as possible.