Search found 1 match

by phero
Fri Dec 17, 2021 10:42 am
Forum: Development of MicroPython
Topic: Can't install adafruit-micropython-blinka
Replies: 2
Views: 19629

Can't install adafruit-micropython-blinka

Hello! I'm new to MicroPython and Python in general so please forgive me if this is a stupid question. I'm trying to use a Raspberry Pi Pico with an MCP23017. So in order to install the MCP library i do this: python3 -m pip install adafruit-circuitpython-mcp230xx Which works well. When I try to run ...