dolanmiu / MMM-awesome-alexa

Turn your MagicMirror into an 'Amazon Echo'. Activated when you say 'Alexa'.

Home Page:https://awesome-alexa.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trouble Finding swig3.0 and python-pyaudio

kmallingham opened this issue · comments

If you know how to fix the issue, make a pull request instead.

  • Before submitting your issue add logs from your MagicMirror by running command pm2 log MagicMirror

I have gone through each step in the process with no issues, until I ran into this line of code:

~ $ sudo apt-get install swig3.0 python-pyaudio python3-pyaudio sox pip install pyaudio

This is what I get after executing the above line:

Reading package lists... Done

Building dependency tree... Done

Reading state information... Done

E: Unable to locate package swig3.0

E: Couldn't find any package by glob 'swig3.0'

E: Couldn't find and package by regex 'swig3.0'

E: Unable to locate package python-pyaudio

I can't seem to find the issue online and have tried a few different solutions (from this GH page) to no success.

Can anyone help?