Skip to content
This repository has been archived by the owner on Aug 7, 2018. It is now read-only.

Problemas na instalação

Antonio Guilherme Ferreira Viggiano edited this page Oct 7, 2013 · 8 revisions

Ubuntu

  • pip install MySQL-python gera EnvironmentError: mysql_config not found

    Como resolver: apt-get install libmysqlclient-dev python-dev (stackoverflow)

  • pip install MySQL-python gera The required version of distribute (>=0.6.28) is not available, and can't be installed while this script is running

    Como resolver: pip install distribute==0.6.28

  • pip install matplotlib gera erro com dependências

    Como resolver: apt-get install libfreetype6-dev libpng-dev (stackoverflow) e ainda pip install numpy

  • pip install matplotlib gera gcc: error trying to exec 'cc1plus': execvp: No such file or directory

    Como resolver: apt-get install g++ (ubuntuforums)

Arch Linux

Clone this wiki locally