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
In file included from input_line_19:1:
/usr/local/include/matplotlibcpp.h:20:12: fatal error: 'numpy/arrayobject.h' file not found
# include <numpy/arrayobject.h>
^~~~~~~~~~~~~~~~~~~~~
Interpreter Error:
I know that the add_include_path functionality works cause before i included /usr/include/python3.11 i would get error about missing Python.h.
directory /usr/lib/python3.11/site-packages/numpy/core/include includes numpy/arrayobject.h, so what am I missing?
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to get matplotlib-cpp to work, there is wonderful example at #255 for that, but unfortunately it does not work in my case.
I'm on Gentoo Linux with python 3.11.6
i created the following code snippet in the notebook:
and I get:
I know that the add_include_path functionality works cause before i included
/usr/include/python3.11
i would get error about missing Python.h.directory
/usr/lib/python3.11/site-packages/numpy/core/include
includesnumpy/arrayobject.h
, so what am I missing?The text was updated successfully, but these errors were encountered: