The instructions here: -to-circuitpython/circuitpython-libraries are outdated. It is not necessary (and in fact is detrimental) to copy the busdevice and register directories from the bundle linked on that page.
I am trying to install adafruit-circuitpython-mlx90640, a library for the MLX90640 thermal camera. When I run sudo pip install adafruit-circuitpython-mlx90640 I get an error that no matching distribution is found for Adafruit-Blinka. So I tried to pip install Adafruit-Blinka and get the same error: no matching distribution is found for Adafruit-Blinka. Any ideas on how to get it to work?
df19127ead