установка mysql-python на Centos - PullRequest
4 голосов
/ 22 июня 2010

Попытка установить mysql-python.Получил следующую ошибку.Получил MySQL и Pythond уже установлены.Любая помощь будет высоко оценена

[root@uu include]# easy_install mysql-python
Searching for mysql-python
Reading http://cheeseshop.python.org/pypi/mysql-python/
Couldn't find index page for 'mysql-python' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://cheeseshop.python.org/pypi/
Reading http://cheeseshop.python.org/pypi/MySQL-python/1.2.3c1
Reading http://sourceforge.net/projects/mysql-python
Best match: MySQL-python 1.2.3c1
Downloading http://pypi.python.org/packages/source/M/MySQL-python/MySQL-python-1.2.3c1.tar.gz#md5=310dd856e439d070b59ece6dd7a0734d
Processing MySQL-python-1.2.3c1.tar.gz
Running MySQL-python-1.2.3c1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-toQ0nx/MySQL-python-1.2.3c1/egg-dist-tmp-OeN5eG
unable to execute gcc: No such file or directory
error: Setup script exited with error: command 'gcc' failed with exit status 1

Ответы [ 2 ]

12 голосов
/ 06 января 2012

Это установит GCC и другие часто необходимые:

yum groupinstall 'Development Tools'

Может также быть установлен индивидуально, т.е. yum install gcc

8 голосов
/ 22 июня 2010

вам нужно установить gcc (на centos, некоторое разнообразие dev-tools)

...