SDK for lobe does not load

Moderators: adafruit_support_bill, adafruit

Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/
Locked
User avatar
Seaplane
 
Posts: 2
Joined: Thu Jan 06, 2022 10:05 am

SDK for lobe does not load

Post by Seaplane »

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)

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

User avatar
mikeysklar
 
Posts: 14165
Joined: Mon Aug 01, 2016 8:10 pm

Re: SDK for lobe does not load

Post by mikeysklar »

Did this error come from the Installation of the Lobe SDK script?

Code: Select all

sudo bash lobe-rpi-install.sh
Do you know which release of Raspbian Buster you are running (release date, 32-bit Lite vs Full Desktop)?

What is the output of:

Code: Select all

sudo pip --version

Locked
Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/

Return to “Adafruit Raspberry Pi® accessories”