Hi again,
After running into all sorts of strangeness culminating in the failure of the PS3 Mic, I stared again from scratch, and burnt a new SD card from the image that is on the website, and simply fired it up, and I will report all the weird stuff. like thisâŚ
This is a Pi3
- with an analogue external speaker
- a PS3 USB camera mic - (listed as a working mic on the site)
- an HDMI monitor attached (so I could see what happened during initail booting, which, BTW is useless because, by default, the screen blacks out ( screensaver from the OS, presumably) well before the whole initial GIT updating is completed, and without a keyboard attached, there is no way to âwake upâ the screen! - That is an oversight somewhere)
After getting it paired and doing/ adding NOTHING at all (except having 3 goes at getting it to play the NPR news - first 2 times I got silence!) , I try the command âAndromeda (that is itâs name from the home.mycroft.ai site) Install coin-flipâ
It says âI canât find a skill called coin-flipâ (sorry not the exact phrase, I forgot the exact words)
So I ssh into it and stop the CLI client and type âmsm listâ and it IS there along with all the other skills
so I type âmsm install coin-flipâ ( note NO SUDO) and I get the following response from Bash
pi@picroft:~ $ msm install coin-flip
Searching for for âcoin-flipââŚinstalling
Installing from: https://github.com/wligtenberg/coin-flip-skill
/usr/bin/python: No module named mycroft.messagebus
Cloning into âcoin-flip-skillââŚ
remote: Counting objects: 41, done.
remote: Total 41 (delta 0), reused 0 (delta 0), pack-reused 41
Unpacking objects: 100% (41/41), done.
Checking connectivity⌠done.
Setting up native environmentâŚ
Installing requirementsâŚ
sudo: pip: command not found
ERROR: Unable to install requirements for âcoin-flip-skillâ, it may not work
/usr/bin/python: No module named mycroft.messagebus
/usr/bin/python: No module named mycroft.messagebus
msm: error 121
NOTE : there is that âpip command not foundâ error as I mentioned before ( I installed pip for the local environment on my last install, so I wonât this time!) - I honestly have no idea what âpipâ does, I am not a programmer! LOL
So here is the rubâŚ
I say âAndromeda, flip a coinâ and it makes the sound and it works, despite the error aboveâŚ
I am going to try to install AVmusic-skill next , which is on the âok with Python3â list seen here https://github.com/mycroftai/mycroft-skills
Letâs see what happens 
(In a previous life, a looooong time ago, I was software QA professional BTW)
