mxgxw / MFRC522-python

A small class to interface with the NFC reader Module MFRC522
GNU Lesser General Public License v3.0
521 stars 419 forks source link

ModuleNotFoundError: No module named 'spi' #86

Open zxuu opened 4 years ago

zxuu commented 4 years ago

there Is a mistake about “import spi”,the log is "ModuleNotFoundError: No module named 'spi'",please tell me how to resolve the mistake

Arthi93 commented 4 years ago

Hi. I came across the same issue. Follow instructions from this page:

https://github.com/lthiery/SPI-Py