首页 > 解决方案 > python 3.5 在树莓派 3 中安装 pyscard

问题描述

我尝试在 python 3.5 中安装 pyscard,但总是出错

错误安装pyscard

任何人都可以和我在一起吗?

标签: python-3.5pyscardraspbian-stretch

解决方案


我在这里找到了答案: http ://raspberrypi4u.blogspot.com/2018/01/raspberry-pi-smartcard-reader-thai-id.html

作为示例代码在这里: 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


推荐阅读