Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

aiy-python-wheels fails to get installed on raspbian bullseye on rpi4 #749

Open
tarzanek opened this issue Nov 10, 2021 · 4 comments
Open

Comments

@tarzanek
Copy link

tarzanek commented Nov 10, 2021

as per HACKING.md trying to get wheels installed on latest bullseye on raspberry pi 4:

pi@raspberrypi:~ $ sudo apt-get install -y aiy-python-wheels
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
aiy-python-wheels is already the newest version (1.4-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up aiy-python-wheels (1.4-1) ...
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: protobuf-3.14.0-cp37-cp37m-linux_armv7l.whl is not a supported wheel on this platform.
dpkg: error processing package aiy-python-wheels (--configure):
 installed aiy-python-wheels package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 aiy-python-wheels
E: Sub-process /usr/bin/dpkg returned an error code (1)
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.10.63-v7l+ #1459 SMP Wed Oct 6 16:41:57 BST 2021 armv7l GNU/Linux

can support for v7l+ be added?

@tarzanek tarzanek changed the title aiy-python-wheels fails to get installed on raspbian buster aiy-python-wheels fails to get installed on raspbian bullseye Nov 10, 2021
@tarzanek tarzanek changed the title aiy-python-wheels fails to get installed on raspbian bullseye aiy-python-wheels fails to get installed on raspbian bullseye on rpi4 Nov 10, 2021
@tarzanek
Copy link
Author

@dmitriykovalev pretty please? :-)

@LRitzdorf
Copy link

I'm currently working through my own reinstall on top of Raspberry Pi OS Bullseye, and I ran into the same issue. I was able to resolve it using the instructions at #526 (comment).

@tarzanek
Copy link
Author

tarzanek commented Nov 14, 2021

seems skipping that protobuf package looks safe enough @LRitzdorf
since:

root@raspberrypi:~# pip3 list | grep proto
googleapis-common-protos 1.53.0
proto-plus               1.19.8
protobuf                 3.19.1

and above is trying to install 3.14

@LRitzdorf
Copy link

Hm, interesting. I thought Google installed their own optimized protobuf fork, but I'm not certain of that.
Also, would you mind letting me know how audio goes, over in #752? It sounds like we're both reinstalling on top of the base Raspbian image, so I'm curious to see if you run into the same issue I did.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants