I am trying to use matplotlib c++ and I have the header file in my working directory. The only problem is that the dependency (Python.h) cannot be opened. I have tried looking around but I don't really understand what to do. When I searched my computer for Python.h, I have found that they are all along the path of:
/Users/name/opt/anaconda3/pkgs/python-3.9.12-hdfd78df_0/include/python3.9
because I have Python 3.8, 3.9, and 3.10 installed. I am a library noob so all of these locations and package managers like conda and connecting with c++ is confusing to me. Moving Python.h to my working directory just causes compiling "fatal errors" of a dependency of Python.h, "patchlevel.h". Also why does the matplotlib header file include Python.h in <> and not quotes because it's a file? Sorry for so many questions.