ovos-core
ovos-core copied to clipboard
0.0.7 Installation Errors
A but in pyyaml means that the current stable ovos-core will fail during installation. There are two workarounds:
- Install pyyaml 5.4 manually first:
pip install "cython<3.0.0"
pip install --no-build-isolation pyyaml~=5.4
pip install ovos-core[skills] # or `pip install ovos-core[skills_lgpl]`
- Skip the
skills(orskills_lgplextras) and install them manually:
pip install ovos-core
pip install adapt-parser~=0.5 padacioso~=0.1 ovos-lingua-franca>=0.4.7 ovos-phal-connectivity-events~=0.0.1
# If using Padatious (skills_lgpl extras), also:
pip install padatious~=0.4.8 fann2==1.0.7