python-3.5pyscardraspbian-stretch

python 3.5 install pyscard in raspberry pi 3


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

error install pyscard

anyone can helo me?


Solution

  • 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