pimylifeup / MFRC522-python

Library utilized for Pi My Life Up's guide on setting up an RFID RC522 reader.
https://pimylifeup.com/raspberry-pi-rfid-rc522/
GNU Lesser General Public License v3.0
193 stars 170 forks source link

Wont work #20

Closed robotalec closed 1 year ago

robotalec commented 4 years ago

I am trying to use this and have installed as it says so but I get an error when importing it

Linux4Life531 commented 4 years ago

Hey there! Are you installing it with pip3 or pip. If you are using pip3, then make sure you run it with python3. Using pip, run the file just with python

realpixelcode commented 1 year ago

@robotalec You need to tell us the exact error message, otherwise there's no way to help you.