OpenVoiceOS / skill-ovos-youtube

play music from youtube in mycroft
Apache License 2.0
5 stars 6 forks source link

Cant install ovos common play framework #10

Closed Y0ngg4n closed 3 years ago

Y0ngg4n commented 3 years ago

When installing via msm:

mycroft-msm install https://github.com/JarbasSkills/skill-simple-youtube.git
INFO - building SkillEntry objects for all skills
INFO - Downloading skill: https://github.com/JarbasSkills/skill-simple-youtube
INFO - Installing skill dependency: https://github.com/OpenVoiceOS/skill-ovos-common-play
INFO - Downloading skill: https://github.com/OpenVoiceOS/skill-ovos-common-play
INFO - Installing system requirements...
INFO - Installing requirements.txt for skill-ovos-common-play
INFO - Successfully installed skill-ovos-common-play
INFO - invalidating skills cache
INFO - Installing system requirements...
INFO - Installing requirements.txt for skill-simple-youtube
INFO - Problem performing action. Restoring skill to previous state...
INFO - invalidating skills cache
PipRequirementsException: 
Pip returned code 1:
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple

ERROR: Could not find a version that satisfies the requirement ovos_workshop>=0.0.4a4 (from versions: 0.0.1a1, 0.0.1a2, 0.0.1a3, 0.0.3a1, 0.0.3a3, 0.0.3a4, 0.0.4a1)
ERROR: No matching distribution found for ovos_workshop>=0.0.4a4
WARNING: You are using pip version 20.0.2; however, version 21.2.4 is available.
You should consider upgrading via the '/home/pi/mycroft-core/.venv/bin/python -m pip install --upgrade pip' command.
JarbasAl commented 3 years ago

oops, looks like i forgot to push the latest version to pip, hold on a few minutes

Y0ngg4n commented 3 years ago

@JarbasAI no problem

JarbasAl commented 3 years ago

try again please and let me know if it worked

Y0ngg4n commented 3 years ago

install worked

Y0ngg4n commented 3 years ago

@JarbasAI dont know when i say play the song x it says always something like you dont have configured music services....

JarbasAl commented 3 years ago

did you blacklist the mycroft skill? that dialog is unfamiliar to me, isn't coming from my skill so my guess is that the mycroft version is capturing all queries

https://mycroft-ai.gitbook.io/docs/skill-development/faq

Y0ngg4n commented 3 years ago

@JarbasAI ah ok sorry forgot to blacklist

JarbasAl commented 3 years ago

the skill to blacklist is https://github.com/MycroftAI/skill-playback-control the string is "mycroft-playback-control.mycroftai" (double check that, writing it from memory)

Y0ngg4n commented 3 years ago

@JarbasAl thanks :)