Python3 กับ SmartCard Reader
- อ้างอิงบน Ubuntu 18.04 64bit, Python3.6.9
- ติดตั้งตัวจัดการโมดูล
sudo apt-get -y install python3-pip
- ติดตั้งโมดุลที่จำเป็น ( smartcard , Python Imaging Library (PIL) )
sudo apt-get install pcsc-tools
sudo apt-get install python3-pyscard
หรือ python3 -m pip install pyscard
sudo apt-get install python3-pil
หรือ python3 -m pip install Pillow
sudo apt-get install python-setuptools
sudo apt-get install swig
sudo apt-get install pcscd git
sudo apt-get install gcc libpcsclite-dev python-dev
Ref
cannot run on ubuntu 20.04 ,python 3.8
ReplyDelete