Can not install SDK on Raspberry Pi
Why does it fail and what is needed to correct the load on a Raspberry pi The SDK can not be loaded and errors out on the numpy load. The error says:
build/lib.linux-armv7l-3.7/numpy/core/_multiarray_umath.cpython-37m-arm-linux-gnueabihf.so" failed with exit status 1 Failed to build numpy ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects WARNING: You are using pip version 22.0.3; however, version 22.0.4 is available. You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command. When I check my version of pip it is the latest version pi@pi:~ $ pip --version pip 22.0.4 from /home/pi/.local/lib/python3.7/site-packages/pip (python 3.7)
Why does it fail and what is needed to correct the load on a Raspberry pi Also note the raspberry pi version PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster