From 326a0a6ec0e9c0b1b5401b9ae0e031aa33a2d9a4 Mon Sep 17 00:00:00 2001 From: Mike Stegeman Date: Thu, 22 Mar 2018 07:25:24 -0600 Subject: [PATCH] Only install Python 3 version of adapte parser. The intent parser runs with Python 3, so there's no reason to have a Python2 version of adapt parser. --- image/prepare-base.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/image/prepare-base.sh b/image/prepare-base.sh index 9f6c4450a..139255b53 100755 --- a/image/prepare-base.sh +++ b/image/prepare-base.sh @@ -58,7 +58,6 @@ sudo pip2 install "$_url" sudo pip3 install "$_url" _url="git+https://github.com/mycroftai/adapt#egg=adapt-parser" -sudo pip2 install "$_url" sudo pip3 install "$_url" git clone https://github.com/mozilla-iot/intent-parser "$HOME/mozilla-iot/intent-parser"