I’m finally getting around to trying this. Thank you @sparkyvision !
I’m stuck trying to run setup.sh. I’m getting:
ERROR: This script does not work on Python 3.6 The minimum supported Python version is 3.7. Please use https://bootstrap.pypa.io/pip/3.6/get-pip.py instead.
Any ideas? I’m using an Ubuntu 18.04 virtual machine, per the instructions.
Here’s some more context:
user@mycroft-trainer:~/mycroft-precise$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.6 LTS
Release: 18.04
Codename: bionic
user@mycroft-trainer:~/mycroft-precise$ time ./setup.sh
Reading package lists... Done
Building dependency tree
Reading state information... Done
cython is already the newest version (0.26.1-0.4).
libatlas-base-dev is already the newest version (3.10.3-5).
libhdf5-dev is already the newest version (1.10.0-patch1+docs-4).
libopenblas-dev is already the newest version (0.2.20+ds-4).
portaudio19-dev is already the newest version (19.6.0-1).
python3-h5py is already the newest version (2.7.1-2).
python3-scipy is already the newest version (0.19.1-2ubuntu1).
swig is already the newest version (3.0.12-1).
curl is already the newest version (7.58.0-2ubuntu3.18).
libpulse-dev is already the newest version (1:11.1-1ubuntu7.11).
python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.5).
0 upgraded, 0 newly installed, 0 to remove and 23 not upgraded.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2617k 100 2617k 0 0 29.7M 0 --:--:-- --:--:-- --:--:-- 29.7M
ERROR: This script does not work on Python 3.6 The minimum supported Python version is 3.7. Please use https://bootstrap.pypa.io/pip/3.6/get-pip.py instead.
real 0m0.416s
user 0m0.286s
sys 0m0.088s