question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Install failure with armv6l architecture

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Comments:7

github_iconTop GitHub Comments

3reactions
proppycommented, May 19, 2017

@frakman1 because something had a similar issue before: https://github.com/googlesamples/assistant-sdk-python/issues/32

  • (env) pi@raspberrypi:~ $ uname -a Linux raspberrypi 4.9.24+ #993 Wed Apr 26 17:56:54 BST 2017 armv6l GNU/Linux

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.

0reactions
proppycommented, May 22, 2017

Filed #49 and #50 ope this will help to streamline the install process.

  • on Raspberry Pi Zero W
pip install google-assistant-grpc # will just install the grpc bindings
pip install google-assistant-sdk[samples] # will install the tools and grpc samples
  • on Raspberry Pi 3 # will just install the library bindings + demo
pip install google-assistant-library
pip install google-assistant-sdk[samples] # will install the tools and library samples
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found