Closed NeonDaniel closed 2 months ago
A but in pyyaml means that the current stable ovos-core will fail during installation. There are two workarounds:
ovos-core
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 (or skills_lgpl extras) and install them manually:
skills
skills_lgpl
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
master is now on 0.0.8, closing
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:
Skip the
skills
(orskills_lgpl
extras) and install them manually: