Cómo utilizar Python PIP a través de proxy

pip es un sistema de gestión de paquetes que permite instalar y gestionar software escrito en Python. Si el sistema en el que tenemos que hacer uso de pip no tiene salida directa a Internet pero existe la posibilidad de saltar a través de un proxy, podemos establecer una configuración específica de pip para ello. Seguir leyendo


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