いいえhヘッダファイルの解決方法

746 ワード

In file included from plugins/python/pyutils.c:1:0:
    plugins/python/uwsgi_python.h:2:10: fatal error: Python.h:          
     #include 
              ^~~~~~~~~~
    compilation terminated.
    In file included from plugins/python/python_plugin.c:1:0:
    plugins/python/uwsgi_python.h:2:10: fatal error: Python.h:          
     #include 
              ^~~~~~~~~~
    compilation terminated.

uWSDIのインストールなど、上記のエラーがあった人も多いと思います.
実はこれはあなたのシステムがPython-devをインストールしていない原因の問題で、ここでUbantuを例にして下のコードを入力するだけで解決することができます
#      Python2 Python3         Python3      python    3,        ,               python-dev  
sudo apt-get install python3-dev