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

 

 

 

相关文章:

  • 2022-12-23
  • 2021-12-18
  • 2021-08-01
  • 2022-01-09
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2021-11-19
  • 2021-08-03
相关资源
相似解决方案