You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python version: 3.8.1
I added Python.h and Numpy on the path with a json file.
I tried compiling the animation example. And I got the following error:
PS C:\CPPScripts\cpp_tmp_scripts\matplotlib-cpp\examples> g++ .\animation.cpp -o animation
In file included from .\animation.cpp:3:
.\../matplotlibcpp.h:5:10: fatal error: Python.h: No such file or directory
#include <Python.h>
^~~~~~~~~~
compilation terminated.
Apparently matlabplotcpp.h still doesn't see the Python.h file despite I put in the required paths.
Python version: 3.8.1
I added Python.h and Numpy on the path with a json file.
I tried compiling the animation example. And I got the following error:
Apparently matlabplotcpp.h still doesn't see the Python.h file despite I put in the required paths.
How do I fix this?
The text was updated successfully, but these errors were encountered: