Python 3.7, Failed building wheel for MySql-Python

前端 未结 11 1484
忘了有多久
忘了有多久 2020-12-14 08:53

I am new to python and I am trying django framework that involves some MySql and ran into this error when try to do pip install mysqlclient and down the lines o

11条回答
  •  误落风尘
    2020-12-14 09:06

    I installed the following library on Ubuntu and after that, the issue got resolved.

    sudo apt-get install libssl-dev
    

    and then I was able to install mysqlclient using the following command

    pip install mysqlclient
    

提交回复
热议问题