Install failure with armv6l architecture
See original GitHub issueI followed all the instructions faithfully until I got to “Get the library and sample code” and ran into this error:
(env) pi@raspberrypi:~ $ python -m pip install --upgrade https://github.com/googlesamples/assistant-sdk-python/releases/download/0.3.0/google_assistant_library-0.0.2-py2.py3-none-linux_armv7l.whl
- google_assistant_library-0.0.2-py2.py3-none-linux_armv7l.whl is not a supported wheel on this platform
Note I am running on the latest Raspberry Pi Zero Wireless and latest Jessie image:
(env) pi@raspberrypi:~ $ uname -a
Linux raspberrypi 4.9.24+ #993 Wed Apr 26 17:56:54 BST 2017 armv6l GNU/Linux
I see that mine is armv6l and your release is for armv7l.
+ Can you please add support for armv6l ?
Issue Analytics
- State:
- Created 6 years ago
- Comments:7
Top Results From Across the Web
Using VSCode with a Raspberry Pi 1 - Stack Overflow
I've installed VSCode on the Pi, but when trying to launch it with the 'code' command, I get an 'Illegal instruction' error. I...
Read more >Getting error while trying to install Canon Printer Driver
Hi everyone, I'm newbie on arch/rpi. I'm trying to install Canon ip7200 driver from the package below. But the following error occurs when...
Read more >Beginner's Guide to Installing Node.js on a Raspberry Pi
In this installment of my LTM (Learning through Making) series of Node.js tutorials, I will show you how to get Node.js up and...
Read more >[SOLVED] package architecture is not valid - Arch Linux ARM
I try, for instance to build icecream (distcc) from AUR, which ends to : Code: Select all ... loading packages... error: failed to...
Read more >Arch Processing Structure Raspberry Pi - arm - Super User
Linux considers 32-bit ARM (e.g. armv6l ) and ARM64 ( aarch64 ) as entirely separate and independent architectures. Any given OS install ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@frakman1 because something had a similar issue before: https://github.com/googlesamples/assistant-sdk-python/issues/32
It appears that you’re running a
armv6l
build of Raspbian on Raspberry Pi Zero Wireless, unfortunately the Google Assistant Library currently only supports “devices with linux-armv7l architectures (like the Raspberry Pi 3 B).”.Updating the issue to track suppot for other architecture.
Filed #49 and #50 ope this will help to streamline the install process.