J'essaie d'installer 'pyskein' à partir de l'index du package Python (Sudo easy_install3 skein
), mais l'installation échoue avec l'erreur suivante:
src/threefish.c:23:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: Setup script exited with error: command 'gcc' failed with exit status 1
J'ai déjà installé le package build-essential
Les en-têtes Python ne sont pas présents sur votre système. Pour résoudre ce problème, exécutez
Sudo apt-get install python-dev
ou
Sudo apt-get install python3-dev