Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with ovos_utils v0.12a1 #2

Closed
theCalcaholic opened this issue Aug 2, 2021 · 2 comments
Closed

Not compatible with ovos_utils v0.12a1 #2

theCalcaholic opened this issue Aug 2, 2021 · 2 comments

Comments

@theCalcaholic
Copy link

theCalcaholic commented Aug 2, 2021

Apparently, there is no module ovos_utils.skills.templates in the latest release of ovos_utils.
See also JarbasSkills/skill-sovietwave#2

Stack Trace:

mycroft.skills.skill_loader:_load_skill_source:278 | Failed to load skill: skill-old-world-radio.jarbasskills (ModuleNotFoundError("No module named 'ovos_utils.skills.templates'"))
Traceback (most recent call last):
  File "/home/neon/bigscreen-build/mycroft-core/mycroft/skills/skill_loader.py", line 276, in _load_skill_source
    skill_module = load_skill_module(main_file_path, self.skill_id)
  File "/home/neon/bigscreen-build/mycroft-core/mycroft/skills/skill_loader.py", line 72, in load_skill_module
    spec.loader.exec_module(mod)
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/opt/mycroft/skills/skill-old-world-radio.jarbasskills/__init__.py", line 1, in <module>
    from ovos_utils.skills.templates.common_play import BetterCommonPlaySkill
@JarbasAl
Copy link
Contributor

JarbasAl commented Aug 2, 2021

this functionality has been migrated from ovos_utils to https://github.com/OpenVoiceOS/OVOS-workshop

this skill also needs to be updated as the original streams went down

@JarbasAl
Copy link
Contributor

JarbasAl commented Aug 2, 2021

fixed imports and updated streams

@JarbasAl JarbasAl closed this as completed Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants