No module named 'pymysql'

后端 未结 14 1770
清酒与你
清酒与你 2020-12-15 02:32

I\'m trying to use PyMySQL on Ubuntu.

I\'ve installed pymysql using both pip and pip3 but every time I use import pymysq

14条回答
  •  星月不相逢
    2020-12-15 03:11

    Sort of already answered this in the comments, but just so this question has an answer, the problem was resolved through running:

    sudo apt-get install python3-pymysql
    

提交回复
热议问题