[解決]fatal error: 'Python.h' file not foundの対処
BlenderにバンドルされているPythonにpipでhidapiをインストールした際に下記エラーが発生しました。 これはC言語で記述されたhid.cライブラリをPythonにラップするためのコンパイルに必要なPython.hが存在しないというエラーです。 このエラーはPythonのincludeフォルダにPython.hを配置することで解決します。以下にその手順を記載します。 エラー要約 mio-mbp:bin matu_mio$ ./pip install hidapi Building wheels for collected packages: hidapi Building whe