Sorry for barging in but I’m running into same issue. I use RPi4 and Buster Keaton - Pork Pi mycroft-core: 21.2.1 ( master ) installed from unstable Picroft_v21.02.0_20210604 image.
Running the commands suggested I get this output:
(.venv) pi@picroft:~/.config/mycroft $ cd /opt/mycroft/skills/mycroft-weather.mycroftai
(.venv) pi@picroft:/opt/mycroft/skills/mycroft-weather.mycroftai $ git fetch origin
(.venv) pi@picroft:/opt/mycroft/skills/mycroft-weather.mycroftai $ git status
On branch 20.08
Your branch is ahead of 'origin/20.08' by 30 commits.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
(.venv) pi@picroft:~ $ mycroft-pip list | grep adapt-parser
adapt-parser 0.5.1
However from the above posts I believe it should say it’s on git branch origin/21.02 not 20.08. How would I go about updating the skills? I tried mycroft-msm update
which says INFO - Nothing new for mycroft-weather
and for all other skills.
Thanks for any suggestions!