Cannot install ovos laugh skill

pip install ovos-skill-laugh
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement ovos-skill-laugh (from versions: none)
ERROR: No matching distribution found for ovos-skill-laugh

any idea why?

I don’t believe that one is on PyPI, but you should be able to install from git:

pip install git+https://github.com/openvoiceos/ovos-skill-laugh
1 Like

worked, thanks

2 Likes