configure: error: header file Python.h is required for Python

El siguiente error se puede presentar en tiempo de compilación cuando hay dependencias con Python: checking for int8… no checking for uint8… no checking for int64… no checking for uint64… no checking for sig_atomic_t… yes checking for POSIX signal interface… yes checking for working memcmp… yes checking Python.h usability… no checking Python.h presence… no checking Seguir leyendo


/usr/bin/ld: cannot find -lpython2.6

Al instalar un módulo de python utilizando pip (gestor de paquetes de python) podemos recibir el siguiente error durante la compilación: /usr/bin/ld: cannot find -lpython2.6 collect2: ld returned 1 exit status error: command ‘gcc’ failed with exit status 1 Por supuesto puede ocurrir con otras versiones de python, no únicamente con la 2.6: /usr/bin/ld: cannot Seguir leyendo