Search code examples
pythonpip

ERROR: Could not find a version that satisfies the requirement busio (from versions: none)


When Running Installation,

pip install busio

Getting ERROR,

ERROR: Could not find a version that satisfies the requirement busio (from versions: none)
ERROR: No matching distribution found for busio

Python version is 3.7.3.


Solution

  • There is a module called "busio" (GitHub) by Adafruit which they describe as providing “hardware-driven interfaces for I2C, SPI, UART”.

    This can be installed via Adafruit’s Blinka package:

    pip3 install adafruit-blinka