Closed brezuicabogdan closed 4 years ago
Some package versions information - may be helpful.
(.venv) pi@picroft:~/mycroft-core $ pip show msk
Name: msk
Version: 0.3.15
Summary: Mycroft Skills Kit
Home-page: https://github.com/MycroftAI/mycroft-skills-kit
Author: Mycroft AI
Author-email: support@mycroft.ai
License: Apache-2.0
Location: /home/pi/mycroft-core/.venv/lib/python3.7/site-packages
Requires: requests, typing, colorama, msm, GitPython, pygithub
Required-by:
(.venv) pi@picroft:~/mycroft-core $ pip show GitPython
Name: GitPython
Version: 3.0.3
Summary: Python Git Library
Home-page: https://github.com/gitpython-developers/GitPython
Author: Sebastian Thiel, Michael Trier
Author-email: byronimo@gmail.com, mtrier@gmail.com
License: BSD License
Location: /home/pi/mycroft-core/.venv/lib/python3.7/site-packages
Requires: gitdb2
Required-by: msm, msk
(.venv) pi@picroft:~/mycroft-core $ pip show pygithub
Name: PyGithub
Version: 1.43.8
Summary: Use the full Github API v3
Home-page: http://pygithub.readthedocs.io/en/latest/
Author: Vincent Jacques
Author-email: vincent@vincent-jacques.net
License: UNKNOWN
Location: /home/pi/mycroft-core/.venv/lib/python3.7/site-packages
Requires: pyjwt, deprecated, requests
Required-by: msk
Hi, the latest release adds a requirement of GitPython >= 3.0.5, not sure why it wasn't installed for you. You should be able to get it going by running pip install --upgrade GitPython
I will do a test here to see if there is an issue with the requirements when doing an install.
Thank you @forslund - this indeed fixed my issue.
I get the following error when I try to run msk submit. It worked fine for msk create a few days ago but now get this error every time I execute msk - not just for submit.
I tried:
Not sure this is a bug - I am more inclined to think this is something related tio my Picroft configuration. Can anyone help please? Thank you!