fastmonkeys / stellar

Fast database snapshot and restore tool for development
MIT License
3.86k stars 119 forks source link

Error installing with pip #54

Closed igorbrites closed 8 years ago

igorbrites commented 8 years ago

When I try to install it via Pip, the following error is shown:

....
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c ext/_yaml.c -o build/temp.linux-x86_64-2.7/ext/_yaml.o

ext/_yaml.c:8:22: fatal error: pyconfig.h: Arquivo ou diretório não encontrado

 #include "pyconfig.h"

                      ^

compilation terminated.

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

I'm using Ubuntu 14.04.4 with Python 2.7.6 and Pip 1.5.4

igorbrites commented 8 years ago

Resolved installing it with python 3.