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
Hi. I'm using
Python 3.9.6 tensorflow 2.5.0 numpy 1.19.5 pandas 1.3.0
When I use this command python3 setup.py build_ext --inplace
python3 setup.py build_ext --inplace
I got this.
Warning: passing language='c++' to cythonize() is deprecated. Instead, put "# distutils: language=c++" in your .pyx or .pxd file(s) running build_ext building 'cpp_evaluator' extension clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I /usr/local/lib/python2.7/dist-packages/numpy/core/include -I /usr/local/lib/python3.7/dist-packages/numpy/core/include/numpy/ -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c cpp_evaluator.cpp -o build/temp.macosx-11-x86_64-3.9/cpp_evaluator.o -std=c++11 cpp_evaluator.cpp:653:10: fatal error: 'numpy/arrayobject.h' file not found #include "numpy/arrayobject.h" ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. error: command '/usr/bin/clang' failed with exit code 1
How can I fix this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi. I'm using
Python 3.9.6
tensorflow 2.5.0
numpy 1.19.5
pandas 1.3.0
When I use this command
python3 setup.py build_ext --inplace
I got this.
How can I fix this?
The text was updated successfully, but these errors were encountered: