Ubuntuでのmysql-Python1.2.5の問題をインストールします

Ubuntuでのmysql-Python1.2.5の問題をインストールします

インストール手順

1、対応をダウンロードするには、公式ウェブサイトのMySQLの - Pythonのバージョンを入力します。

https://pypi.org/project/MySQL-python/

2、エキス

unzip MySQL-python-1.2.5.zip

3、対応するディレクトリのインストールに入り、

cd MySQL-python-1.2.5

python setup.py build

python setup.py install

遭遇ピット

1、mysql_configを:見つかりません。

uArTTH.png

ソリューション:

sudo apt-get install libmysqlclient-dev

2、_mysql.c:29:10:致命的なエラー:はPython.h:そのようなファイルまたはディレクトリ

uAsNHe.png

ソリューション:

sudo apt-get install python-dev

おすすめ

転載: www.cnblogs.com/jakaBlog/p/11580165.html