python 3.5 在 raspberry pi 3 中安装 pyscard
python 3.5 install pyscard in raspberry pi 3
我尝试在 python 3.5 中安装 pyscard,但总是出错
error install pyscard
有谁可以帮我吗?
我在这里找到了我的答案:
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 克隆 https://github.com/LudovicRousseau/pyscard.git
CD pyscard
sudo python setup.py build_ext 安装
须藤重启
我尝试在 python 3.5 中安装 pyscard,但总是出错
error install pyscard
有谁可以帮我吗?
我在这里找到了我的答案: 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 克隆 https://github.com/LudovicRousseau/pyscard.git CD pyscard sudo python setup.py build_ext 安装 须藤重启