Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Temporary fix for missing dependency in Google's setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0thyj committed Aug 27, 2018
1 parent 95d24f7 commit e784d4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ cd $HOME/AIY-projects-python

virtualenv --system-site-packages -p python3 env
env/bin/pip install -e src
env/bin/pip install google-auth-oauthlib # TODO Temporary fix for missing dependency

ln -s examples/voice/assistant_library_with_local_commands_demo.py src/AssistantPi.py
echo "$SERVICE" | sudo tee /lib/systemd/system/AssistantPi.service > /dev/null
Expand Down

0 comments on commit e784d4c

Please sign in to comment.