Python 3.7, Failed building wheel for MySql-Python

前端 未结 11 1469
忘了有多久
忘了有多久 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:22

    You need to install the following dependencies before installing mysqlclient for python 3.7 in your system.

    sudo apt-get install python3.7-dev default-libmysqlclient-dev

    I hope this will help you.

提交回复
热议问题