Hi there, after upgrade to version 9.0.13 I cannot install skills anymore and I’ve got the following error
- mycroft.skills.main:download_skills:248 - ERROR - Unable to invoke Mycroft Skill Manager: /usr/local/lib/python2.7/site-packages/mycroft_core-0.9.13-py2.7.egg/msm/msm
I had a look to mycroft_core-0.9.13-py2.7.egg directory and msm/msm is not present
as a workaround I created the folder msm and I create a symbolic link to msm command
-
sudo mkdir /usr/local/lib/python2.7/site-packages/mycroft_core-0.9.13-py2.7.egg/msm
-
cd /usr/local/lib/python2.7/site-packages/mycroft_core-0.9.13-py2.7.egg/msm
-
sudo ln /usr/local/bin/msm msm
after that everything is working ok
Seems there is something wrong in the code
Regards
Srg