We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting this error when building:
[ 69%] Building CXX object swig/CMakeFiles/bokehgui_swig.dir/CMakeFiles/bokehgui_swig.dir/bokehgui_swigPYTHON_wrap.cxx.o gr-bokehgui/build4/swig/CMakeFiles/bokehgui_swig.dir/bokehgui_swigPYTHON_wrap.cxx:2905:10: fatal error: numpy/arrayobject.h: No such file or directory 2905 | #include <numpy/arrayobject.h> | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated.
$ pacman -Ql python-numpy | grep "arrayobject.h" python-numpy /usr/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h python-numpy /usr/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h
The text was updated successfully, but these errors were encountered:
Hmm, ok, I can make it work now.
Sorry, something went wrong.
Ok, forgot this was a build time error not a cmake configure time issue.
What's the status on this issue? If it's still active, do you think you could raise it in the new gnuradio hosted repo ?
No branches or pull requests
I am getting this error when building:
The text was updated successfully, but these errors were encountered: