can't pip install mysql-python

前端 未结 4 689
攒了一身酷
攒了一身酷 2020-12-01 16:31

I\'m trying to get django/pip/mysql working and i can\'t seem to figure out how to install mysql-python. this is the error i receive when trying to install mysql-python

4条回答
  •  日久生厌
    2020-12-01 17:09

    try downloading python-dev through software manager:

    sudo apt-get install python-dev
    

提交回复
热议问题