Closed
Description
The PyPI package for this library doesn't install any source files.
From a fresh virtualenv:
(env) pi@raspberrypi:~ $ pip3 install adafruit-circuitpython-pcf8591
<snip>
Installing collected packages: adafruit-circuitpython-pcf8591
Successfully installed adafruit-circuitpython-pcf8591-1.0.1
(env) pi@raspberrypi:~ $ python3
Python 3.7.3 (default, Jul 25 2020, 13:03:44)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import adafruit_pcf8591
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'adafruit_pcf8591'
Metadata
Metadata
Assignees
Labels
No labels