Skip to content

No module named 'adafruit_mcp230xx' #12

Closed
@ecspresso

Description

@ecspresso

Steps to reproduce

$ pip3 install adafruit-circuitpython-mcp230xx
$ python3
>>> import adafruit_mcp230xx

Expected behavior

Import of module adafruit_mcp230xx

Actual behavior

>>> import adafruit_mcp230xx
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'adafruit_mcp230xx'

Environment
RPI: Raspberry Pi B (model 1)
OS: Raspbian Stretch Lite (Release date: 2019-04-08)


I am trying to use a Raspberry Pi B with a Adafruit 16x2 Character LCD + Keypad for Raspberry Pi and following the instructions, need this library. Installing it via pip3 does not seem to install it.
Am I doing something wrong?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions