Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Install failure in armv71 architecture #45

Closed
Kiszaner opened this issue May 20, 2017 · 3 comments
Closed

Install failure in armv71 architecture #45

Kiszaner opened this issue May 20, 2017 · 3 comments

Comments

@Kiszaner
Copy link

Hi, I was following the installation guide and I encountered with this error message:

google_assistant_library-0.0.2-py2.py3-none-linux_armv71.whl is not a supported wheel on this platform.

Prior this error, none showed up while I was following the guide. I'm using a Raspberry Pi 3 model B (armv71) and I already updated pip as said in #37 , which seems to be a similar problem but in different architecture.
Any idea what's wrong?

@proppy
Copy link
Contributor

proppy commented May 21, 2017

@Kiszaner can you conirm you're running pip install from a virtualenv, and can you confirm the version of python and pip you're using?

Thanks in advance.

@Kiszaner
Copy link
Author

@proppy yes sure, I did the pip install from the virtualenv and I run the commands both with python and python3 variants (just in case, my rasp have python 2.7 also), but none worked. Here are the versions

pi@rpi:~ $ source env/bin/activate
(env) pi@rpi:~ $ pip -V
pip 9.0.1 from /home/pi/env/lib/python3.4/site-packages (python 3.4)
(env) pi@rpi:~ $ python -V
Python 3.4.2
(env) pi@rpi:~ $ uname -a
Linux rpi 4.9.24-v7+ #993 SMP Wed Apr 26 18:01:23 BST 2017 armv7l GNU/Linux

These were the versions I used yesterday and it didn't work, but today I did again the .whl step and it worked without doing any update/upgrade, so not sure what happened.

@proppy
Copy link
Contributor

proppy commented May 22, 2017

Filed #49, hope this will help to streamline the installation process.

@proppy proppy closed this as completed May 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants