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: | 30 |
Popularity: | 0.000064 |
First Submitted: | 2016-12-27 12:48 (UTC) |
Last Updated: | 2023-01-25 11:20 (UTC) |
Dependencies (21)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- fannAUR (fann-gitAUR)
- flac (flac-gitAUR)
- icu (icu-gitAUR)
- jq (jq-gitAUR, jaq-binAUR)
- libffi (libffi-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- mimic1AUR
- mpg123 (mpg123-svnAUR, mpg321AUR, mpg321-binAUR)
- portaudio
- pulseaudio (pulseaudio-dummyAUR, pulseaudio-gitAUR)
- pulseaudio-alsa (pulseaudio-dummyAUR, pulseaudio-alsa-gitAUR, pipewire-full-alsa-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-gobject
- screen (screen-gitAUR)
- swig (swig-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-pip (make)
- python-setuptools (make)
- python-virtualenv (make)
- Show 1 more dependencies...
Required by (1)
- mycroft-gui-git (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
<deleted-account> commented on 2018-03-14 21:10 (UTC)
Hey @portaloffreedom, I'm using your PKGBUILD to test. I can use the Microphone OK on my laptop (can't tell on my desktop, because it doesn't have a mic).
I am hitting a wall trying to use skills, though. I am getting the following error:
Have you been seeing this too? Not sure if this is something to ask the Mycroft devs about.
schrieveslaach commented on 2018-03-13 05:19 (UTC) (edited on 2018-03-13 05:20 (UTC) by schrieveslaach)
@portaloffreedom I tried it with
systemctl --user mycroft.target
and I also tried it by running the scripts manually. I'm also using PulseAudioportaloffreedom commented on 2018-03-12 19:10 (UTC)
@schrieveslaach Update: I got the same error as well. But I cannot reproduce it with certainty. Have you started it manually or with
systemctl --user mycroft.target
?portaloffreedom commented on 2018-03-12 18:04 (UTC)
@schrieveslaach mmmmm, not really sure. I'm using pulseaudio and haven't tryed with Jack. Are you using jack in your system? It seems to me that is trying to connect to alsa and alsa to jack...
schrieveslaach commented on 2018-03-11 10:39 (UTC) (edited on 2018-03-11 10:39 (UTC) by schrieveslaach)
@portaloffreedom, I tried your version, however, the microphone is not working:
Do you have any idea what the cause of the error is?
schrieveslaach commented on 2018-03-10 06:55 (UTC)
@portaloffreedom, that looks nice. Tomorrow I have time to look into your code changes. Getting rid of virtualenv would be very nice.
Additionally, I found some other issues in the Mycroft core, I need to resolve.
portaloffreedom commented on 2018-03-08 19:12 (UTC)
So, I kind of overdid it. I made an entirely new package inspired from the opensuse package. You can find it here (it works!) https://git.covolunablu.org/portaloffreedom/mycroft-core-PKGBUILD
Other then working, the main differences are that my package doesn't use virtualenv hacks and uses python3.
If the mantainers of this package want to copy it into this, they are more than welcome. I would like to have this PKGBUILD for everyone but I don't want to create a duplicate on aur. If you don't want to use what I create for this package, then just tell me I'll come up with an idea for a new name in aur.
renyuneyun commented on 2018-03-08 11:50 (UTC) (edited on 2018-03-08 11:51 (UTC) by renyuneyun)
By the way, there maybe two possible bugs in
mycroft-core.install
.post_remove()
, I suspect the group to be removed should bemycroft-core
(forgotten dash)post_install()
or somewhere, it may be necessary to set the default permission (maybe through mask or umask?) of the directory/usr/share/mycroft-core
(or some of its subdirectories) to 0775, otherwise the user may not be able to alter that directory (so won't be able to install skills).One last thing: is
/usr/share/xxx
a good place to install things which can change itself? Maybe/opt/
is a better place?(I haven't made the software to run correctly, so I haven't had any experiences... Forgive me if any inference is wrong.)
renyuneyun commented on 2018-03-08 11:36 (UTC) (edited on 2018-03-08 11:37 (UTC) by renyuneyun)
@portaloffreedom Yes, I also solved that by installing libfann. However, I'm still getting trouble using the software, and was hoping to post the solution together... Though I can't get the software work. Do you have any clue?
portaloffreedom commented on 2018-03-08 10:49 (UTC)
in the post_install script I get a compilation error
it seems there is a missing dependency in the package: libfann (installing the libfann package gets rid of the error)
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »