ovos-core icon indicating copy to clipboard operation
ovos-core copied to clipboard

0.0.7 Installation Errors

Open NeonDaniel opened this issue 2 years ago • 0 comments

A but in pyyaml means that the current stable ovos-core will fail during installation. There are two workarounds:

  1. 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]`
  1. Skip the skills (or skills_lgpl extras) 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

NeonDaniel avatar Jul 19 '23 21:07 NeonDaniel