Trying to install mysql-python. Got the following error. You already have mysql and pythond installed. Any help would be greatly appreciated
[ 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
you need to install gcc (on centos, several different tools)
This will install GCC, while others often require:
yum groupinstall 'Development Tools'
You can also install individual ie yum install gcc
yum install gcc
Source: https://habr.com/ru/post/1313442/More articles:Running delayed_job when starting with rails - ruby | fooobar.comArrayOf when using List with WCF Recreation - listhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1313439/subversion-this-client-is-too-old-to-work-with-working-copy&usg=ALkJrhhtTQG1LOWrGZV-BwuA_WnXV04srAtransparent pixels under form in HTML canvas - javascriptProgrammatically receive an order that a user has just completed in Ubercart - phpHow can I simultaneously download and convert a binary file using streams? - c ++Can I detect DPI in iPhone OS or Android? - iphoneImage of android on a list that thinks "outside" of the window - androidRegular expressions against lexical analyzers in Haskell - regexHow to get all columns in Oracle in SYNONYMS - oracleAll Articles