web-dev-qa-db-fra.com

Python - La commande "python setup.py Egg_info" a échoué avec le code d'erreur 1 dans/tmp/pip-build-21ft0H/pandas

J'utilise Centos 7 et Python 2.7.5. Le problème, c'est quand j'ai installé Pandas, j'ai reçu ce message d'erreur

SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel.

    ----------------------------------------
Command "python setup.py Egg_info" failed with error code 1 in /tmp/pip-build-21ft0H/pandas

J'ai déjà essayé beaucoup de solutions mais pas de succès, même yum -y update.

6
Mohammad Nurdin

J'ai déjà trouvé la réponse. J'ai besoin d'installer Python via RPM.

rpm -i ftp://195.220.108.108/linux/centos/7.1.1503/updates/x86_64/Packages/python-2.7.5-18.el7_1.1.x86_64.rpm

Référence: http://blog.revivalx.com/2015/11/14/python-command-python-setup-py-Egg_info-failed-with-errorcode-1-tmppip-build-21ft0hpandas/

2
Mohammad Nurdin

Distribute a été fusionné dans Setuptools à partir de la version 0.7. Si vous utilisez une version <= 0.6, effectuez une mise à niveau à l'aide de pip install --upgrade setuptools ou easy_install -U setuptools.

1
WAYSER

lien suivant résolu mon problème

https: // googleapis/google-cloud-python # 3884

Vous devriez essayer pip install --upgrade setuptools.

0
Parag Jain

Sudo apt-get installer python-matplotlib

je l'ai utilisé quand j'ai eu une erreur similaire lors de l'installation de matplotlib

0
reghu