diff --git a/pi_bootstrap_bt.sh b/pi_bootstrap_bt.sh index f8554b2..618eeb5 100755 --- a/pi_bootstrap_bt.sh +++ b/pi_bootstrap_bt.sh @@ -120,7 +120,6 @@ function enable-headset-ofono() function install_python_pkg() { info 'installing python libraries' - pip install pexpect pip3 install pexpect rabbitmq sox soundfile pyyaml } diff --git a/setup/setup_agent_gsm.sh b/setup/setup_agent_gsm.sh index b6f9972..896cfd6 100755 --- a/setup/setup_agent_gsm.sh +++ b/setup/setup_agent_gsm.sh @@ -10,8 +10,8 @@ INSTALL_DIR=agent_gsm GIT_SOURCE=https://git.sevana.biz/public/agent_gsm # Install prerequisites -sudo apt install --assume-yes git mc python3 sox vim libffi-dev screen python3-pip -sudo pip3 install pyyaml sox pyrabbit soundfile dbus_python pexpect pydub requests python3-numpy +sudo apt install --assume-yes git mc python3 sox vim libffi-dev screen python3-pip python3-numpy +sudo pip3 install pyyaml sox pyrabbit soundfile dbus_python pexpect pydub requests sudo pip3 install rabbitpy pydub if [ -f "$INSTALL_DIR" ]; then