Pythonパッケージインデックス(Sudo easy_install3 skein
)から「pyskein」をインストールしようとしていますが、インストールは次のエラーで失敗します。
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
build-essential
パッケージを既にインストールしました
システムにPythonヘッダーがありません。これを修正するには、実行します
Sudo apt-get install python-dev
または
Sudo apt-get install python3-dev