web_api所需包

zope.sqlalchemy==1.1

ImportError: Unable to find zbar shared library

sudo apt-get install zbar-tools

ModuleNotFoundError: No module named '_sqlite3'

安装sqlite3 并进入python3.6.4的安装包重新编译python3

sudo apt-get update
sudo apt-get install libsqlite-dev

#重新编译 python3

./configure

sudo make -j4
sudo make install

 

 

猜你喜欢

转载自www.cnblogs.com/yifengs/p/12503080.html