Unable to install MySQL-python

前端 未结 3 922
鱼传尺愫
鱼传尺愫 2021-01-31 21:28

Okay I recently upgraded from Ubuntu 10.04 to 12.04

Only to be faced by a lot of problems. I am a newbie at this so you might have to tell me in a little more detail or

3条回答
  •  萌比男神i
    2021-01-31 21:55

    In some Ubuntu installations, you'll also want to consider libmysqlclient-dev:

    sudo apt-get install python-dev libmysqlclient-dev
    

    It also held me back. The other responders probably already had it installed and didn't realize it was required.

提交回复
热议问题