Search Criteria
Package Details: mycroft-core 21.2.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/mycroft-core.git (read-only, click to copy) |
---|---|
Package Base: | mycroft-core |
Description: | The Mycroft Artificial Intelligence platform. |
Upstream URL: | https://github.com/MycroftAI/mycroft-core |
Licenses: | Apache |
Submitter: | manzo |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 29 |
Popularity: | 0.062834 |
First Submitted: | 2016-12-27 12:48 (UTC) |
Last Updated: | 2023-01-25 11:20 (UTC) |
Dependencies (21)
- curl (curl-minimal-git, curl-git)
- fann (fann-git)
- flac (flac-nodocs-git, flac-minimal-git, flac-git)
- icu (icu-git-static, icu-git)
- jq (jq-git)
- libffi (libffi-minimal-git, libffi-git)
- libjpeg-turbo (libjpeg-turbo-minimal-git, mozjpeg-git, libjpeg-turbo-git, mozjpeg)
- mimic1
- mpg123 (mpg321, mpg123-svn)
- portaudio
- pulseaudio (pulseaudio-bluedio, pulseaudio-pali, pulseaudio-dummy, pulseaudio-nosystemd-git, pulseaudio-nosystemd-minimal-git, pulseaudio-airplay, pulseaudio-git, pipewire-full-pulse-git, pipewire-common-pulse-git, pipewire-pulse-git, pipewire-pulse)
- pulseaudio-alsa (pulseaudio-dummy, pulseaudio-alsa-git, pipewire-full-alsa-git, pipewire-common-alsa-git, pipewire-alsa-git, pipewire-alsa)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- python-gobject (python-gobject-git)
- screen (screen-git, screen-nosuid-bin-not-git)
- swig (swig-git)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- python-pip (make)
- python-setuptools (make)
- python-virtualenv (make)
- Show 1 more dependencies...
Required by (3)
- mycroft-gui-git (optional)
- plasma-bigscreen-git (optional)
- plasma5-applets-mycroft-git (optional)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
chowbok commented on 2022-02-18 14:08 (UTC)
@Focshole Thanks for this.
@robertfoster Can this be added to the PKGBUILD or the service file?
ShadowApex commented on 2022-01-18 22:53 (UTC)
If you're using the latest version of pipewire, you'll need to copy
/usr/share/pipewire/pipewire-pulse.conf
to~/.config/pipewire/pipewire-pulse.conf
and add this toserver.address
:Focshole commented on 2021-10-12 17:26 (UTC) (edited on 2021-10-12 17:27 (UTC) by Focshole)
If you get an
Please update dependencies by running ./dev_setup.sh again.
error on start, I had solved in this way.The
dev_setup.sh
script ends with anmd5sum requirements/requirements.txt requirements/extra-audiobackend.txt requirements/extra-stt.txt requirements/extra-mark1.txt requirements/tests.txt dev_setup.sh > .installed
which won't allow to start mycroft if .installed is not present. So I run that command in
/usr/share/mycroft-core/
directory and it started properly.chayleaf commented on 2021-09-28 15:53 (UTC)
this won't build for me because of an error: "neither symbolic link '..../usr/share/mycroft-core/mimic/bin/mimic' nor referent has been changed" during chmod -R 755. Consider moving symlink creation to after the chmod I guess?
Maxnet commented on 2021-06-22 12:51 (UTC)
How am I supposed to run this package? When executing the systemd unit I don't get any reponse. When running the start-mycroft.sh itself it says Connection Refused Error in debug mode.
kinta commented on 2020-01-02 22:04 (UTC) (edited on 2020-01-02 22:05 (UTC) by kinta)
Thanks, but running mycroft as system systemd unit makes difficult to run skills that are calling user session dbus (as krunner one for example). When I try it, it leads to:
Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
pepper_chico commented on 2019-10-26 18:52 (UTC)
All the scripts in /usr/share/mycroft-core/.venv/bin have wrong shebang after install, like "#!/home/francisco/mycroft-core/pkg/mycroft-core/usr/share/mycroft-core/.venv/bin/python" instead of "!/usr/share/mycroft-core/.venv/bin/python".
jaxad0127 commented on 2019-10-15 04:38 (UTC)
Typo in .install file: gpassd should be gpasswd
Also an issue with /usr/share/mycroft-core/.venv added by the package, but existing in the filesystem (not owned by any package).
xenrox commented on 2019-05-15 12:01 (UTC)
Last update (pkgrel 2) should fix the problem with mycroft trying to change permissions.
1 2 3 4 5 6 7 Next › Last »