Building OVOS from source #215
Replies: 2 comments 3 replies
-
I apologize for a fairly lazy drive-by, but I want to get you going quickly. This is pretty young, but it’s meant to be the quickest “long way” if you aren’t actually after a development build. https://github.com/OpenVoiceOS/ovos-installer If you really do want to build from source, what you’re missing is the If you decide to use the installer, which sounds like it should suit your use case, please don’t hesitate to speak up about any hiccups or difficulties. (don’t hesitate in either case, but I’d generally expect the installer to be a smoother ride than source, due to an ongoing, org-wide sprint to facilitate better packaging) |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help, everyone. I used the installer to get a working build. Also, many of the executables I was looking for are in the .venvs/ovos/bin directory - which is quite helpful. Maybe good for you all to know that OVOS works with the WM8960 audio hat once the drivers are installed. No trouble at all! I did come across one easy documentation fix that I will document in a PR. Also, the exit loop is very helpful for toggling services. Is that something you would consider adding to ovos-core? I'm happy to put that in a PR as something like |
Beta Was this translation helpful? Give feedback.
-
Hello, all. I would like to build OVOS from source for two main reasons: I don't want OVOS to automatically start on boot - I would like to ability to start / stop OVOS manually ; and I'm only planning on using some services / modules and don't require a big intensive setup.
I've been following instructions on the ovos-core readme.md and the instructions here however, any time I use the command
pip install ovos-core[mycroft]
my terminal returns that no matches are found forovos-core[mycroft]
I am sure to be missing a step somewhere. Can anyone provide detailed instructions on how to install via source?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions