- อ้างอิงบน 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-setuptoolsRef
sudo apt-get install swig
sudo apt-get install pcscd git
sudo apt-get install gcc libpcsclite-dev python-dev
cannot run on ubuntu 20.04 ,python 3.8
ReplyDelete