ImportError: No module named MySQLdb

前端 未结 11 1226
难免孤独
难免孤独 2020-12-02 05:28

I am referring the following tutorial to make a login page for my web application. http://code.tutsplus.com/tutorials/intro-to-flask-signing-in-and-out--net-29982

I

11条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 05:57

    In ubuntu 20 , you can try this :

    sudo apt-get install libmysqlclient-dev
    sudo apt-get install gcc
    pip install mysqlclient
    

提交回复
热议问题