python 3.5 install pyscard in raspberry pi 3

1.4k Views Asked by At

i have try to install pyscard in python 3.5, but always getting error

error install pyscard

anyone can helo me?

1

There are 1 best solutions below

0
On BEST ANSWER

i found my answer in here: http://raspberrypi4u.blogspot.com/2018/01/raspberry-pi-smartcard-reader-thai-id.html

an as a sample code is here: sudo apt-get install pcscd git python-setuptools swig gcc libpcsclite-dev python-dev

git clone https://github.com/LudovicRousseau/pyscard.git cd pyscard sudo python setup.py build_ext install sudo reboot