Search Criteria
Package Details: mycroft-core 20.8.1-1
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: | |
Submitter: | manzo |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 26 |
Popularity: | 0.81 |
First Submitted: | 2016-12-27 12:48 |
Last Updated: | 2021-02-18 13:02 |
Dependencies (21)
- curl (curl-git, curl-minimal-git)
- fann (fann-git)
- flac (flac-git, flac-nodocs-git, flac-minimal-git)
- icu (icu-git-static, icu-git)
- jq (jq-git)
- libffi (libffi-git, libffi-minimal-git, fedora-firefox-wayland-bin)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, libjpeg-turbo-minimal-git, mozjpeg)
- mimic (mimic-git)
- mpg123 (mpg321, mpg123-svn)
- portaudio (portaudio-svn)
- pulseaudio (pulseaudio-bluedio, pulseaudio-pali, pulseaudio-airplay, pulseaudio-git, pulseaudio-hsphfpd, pulseaudio-dummy, pulseaudio-nosystemd-git, pulseaudio-nosystemd-minimal-git, pipewire-pulse-git, pipewire-common-pulse-git, pipewire-full-pulse-git, pipewire-pulse)
- pulseaudio-alsa (pulseaudio-dummy, pipewire-common-alsa-git, pipewire-full-alsa-git, pipewire-alsa)
- python (python-dbg)
- python-gobject (python-gobject-git)
- screen (screen-git, epitarendu)
- swig (swig-git)
- git (git-git) (make)
- python-pip (make)
- python-setuptools (make)
- python-virtualenv (make)
- sudo (nosudo, sudo-hg, opendoas-sudo, fake-sudo, sudo-selinux, please-sudo, sudo-git) (make)
Required by (3)
- mycroft-gui-git (optional)
- plasma-bigscreen-git (optional)
- plasma5-applets-mycroft-git (optional)
Latest Comments
1 2 3 4 5 6 Next › Last »
Maxnet commented on 2020-11-30 21:27
How am I supposed to run this package? I tried it on manjaro, but it throws the same erros, as the community-package of the manjaro repos. Described the problem in their forum too: https://forum.manjaro.org/t/starting-mycroft-fails/40258
kinta commented on 2020-01-02 22:04
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
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
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
Last update (pkgrel 2) should fix the problem with mycroft trying to change permissions.
ConorIA commented on 2019-03-31 20:39
Here are some patches to bring this up to date. Two key changes:
1) Instead of trying to patch out the check_dependencies function, I just avoid calling it in the start script.
2) I specify /usr/bin/python when init-ing the venv, because if you have conda activated, it leads to a permission error (might be an error in my setup).
https://pastebin.com/TzEM8Ney
This seems to be working so far, but I'll comment here if something went wrong.
librewish commented on 2019-03-20 07:49
mycroft-core is outdated it asks to be upgraded to version 19
ixil commented on 2018-10-31 20:55
@xenrox, sorry for slow reply forgot to enable notifications. The problem was that I only tried to run it through
systemctl --user start
starting it directly fromstart-mycroft.sh cli
Shows that it trying to create (requires sudo)/opt/mycroft{,/skills}
. Then changes the ownership(also needs sudo) and group to my user, shouldn't this be the user and groupmycroft-core
- it tries to change the owner/group every startup.Now I have connection problems, the websocket library throws an uncaught exception which doesn't seem to appear in the logs (I assume in /var/log/mycroft/*)
xenrox commented on 2018-10-23 08:43
@ixil That sounds more like an issue with your sudo setup/pam module than with this package. Can you tell me which command you used which caused this problem? Normally you would do:
systemctl --user enable mycroft.service
Sudo is not even required. /opt/mycroft/skills/ is created by mycroft when it is started for the first time and downloads the default skills. Edit: If you want a faster reply, write me an email (address is encoded in the PKGBUILD).ixil commented on 2018-10-21 14:31
Using the systemd user file I'm getting an error:
Any hints?
Also previously it was trying to create
/opt/mycroft/skills/
which I manually did and changed thegroup
tomycroft-core
- should this be in the post-install instructions? or changed in the settings - in which case that should probably follow the default arch directories