-
Notifications
You must be signed in to change notification settings - Fork 7
Failed Installation #4
Comments
Based on the log, I believe the problem is that Raspbian Lite is missing some dependencies that are already present in the full version of Raspbian. Try opening a terminal in the directory
This should clean up the broken install, install the Python 3 dev package, and then hopefully install successfully. Let me know if you encounter any other issues. If this works, I'll add it to the |
Чтение списков пакетов… Готово |
Trying to install Assistant on Jessie. Using RPi for audio only, so I do not have any UI. Could not find any downloads that satisfy the requirement google-assistant-library==1.0.1 (from aiy-projects-python==1.2) Also... how would I be able to get permissons without browser on RPi? |
I'm using a Raspberry Pi Model B running a fresh install of Raspbian Lite, and got these errors in red when installing.
Near the beginning
Failed building wheel for grpcio
google-api-core 0.1.4 has requirement requests<3.0.0dev,>=2.18.0, but you'll have requests 2.14.2 which is incompatible.
Later
Command "/home/pi/AIY-projects-python/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-sahr233f/grpcio/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-ucid12_k/install-record.txt --single-version-externally-managed --compile --install-headers /home/pi/AIY-projects-python/env/include/site/python3.5/grpcio" failed with error code 1 in /tmp/pip-install-sahr233f/grpcio/
I've attached the full log.
I attempted you test to see if it works,
source env/bin/activate && env/bin/python3 -u src/AssistantPi.py
And got the responce,
Traceback (most recent call last): File "src/AssistantPi.py", line 29, in <module> import aiy.assistant.auth_helpers ImportError: No module named 'aiy'
Install-Unsuccessful.log
The text was updated successfully, but these errors were encountered: