一直百思不得其解,为什么会建立表失败,知道我看到了这个回答。。。

I had luck with simply

pip install mysqlclient

in my python3.4 virtualenv after

sudo apt-get install python3-dev libmysqlclient-dev

which is obviously specific to ubuntu/debian, but I just wanted to share my success

相关文章:

  • 2021-11-29
  • 2022-01-24
  • 2021-11-07
  • 2022-02-02
  • 2021-10-08
  • 2022-12-23
  • 2021-11-26
猜你喜欢
  • 2021-09-20
  • 2021-06-13
  • 2021-06-24
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2021-09-17
相关资源
相似解决方案