adafruit / Adafruit_Python_PN532

Python library for accessing a PN532 NFC breakout over a SPI connection from a Raspberry Pi, BeagleBone Black, etc.
MIT License
88 stars 59 forks source link

Error in installation using pip --user #13

Closed ekohilas closed 5 years ago

ekohilas commented 6 years ago

Hi, I get this error when I try to install your module through pip using --user

ladyada commented 5 years ago

hiya - we've re-written this library to support circuitpython/python, i2c and uart as well! we'll have the new library on pypi shortly which should solve a lot of this kind of problem thanks! https://github.com/adafruit/Adafruit_CircuitPython_PN532