Package Details: mycroft-core 21.2.2-2

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.008237
First Submitted: 2016-12-27 12:48 (UTC)
Last Updated: 2023-01-25 11:20 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

ubuntourist commented on 2018-06-21 17:24 (UTC)

See also https://community.mycroft.ai/t/change-virtualenvwrapper-to-pipenv/3968

ubuntourist commented on 2018-06-14 17:07 (UTC)

The python-pipenv package conflicts with the python-virtualenvwrapper package.

(pipenv is now the recommended replacement for pip and virtualenv according to Python Software Foundation [https://packaging.python.org/tutorials/managing-dependencies/#managing-dependencies])

xenrox commented on 2018-06-05 06:46 (UTC)

@jaxad0127 it is user-writable, if you add your user to the group mycroft-core. But you have to first reboot your computer/log out your user so that your user-account can gain the group rigths.

jaxad0127 commented on 2018-06-05 02:10 (UTC)

This package looks to be setup as a user daemon under Systemd, but it wants to write to /usr/share/mycroft-core/scripts/logs, which shouldn't be user-writable. Is there an easy fix for this?

ConorIA commented on 2018-04-07 21:05 (UTC) (edited on 2018-04-07 21:05 (UTC) by ConorIA)

@marlemion, that would be a temporary workaround. Really it is python-fann2 that should fix the dependency, or fann in the AUR should add a provides for libfann. I have made those two suggestions on the respective AUR pages.

marlemion commented on 2018-04-05 07:59 (UTC)

Please add fann to dependencies. Had to install it manually to let the installation exit without an error.

ConorIA commented on 2018-03-31 20:06 (UTC)

Lots of recent changes. Tried to keep on top of them. Not very well tested just yet. https://gitlab.com/ConorIA/mycroft-core-PKGBUILD

ConorIA commented on 2018-03-14 21:10 (UTC) (edited on 2018-03-14 21:13 (UTC) by ConorIA)

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:

>>> systemctl status --user mycroft-skills                                                                                                                                                                                                                                                        
● mycroft-skills.service - Mycroft skills provider
   Loaded: loaded (/usr/lib/systemd/user/mycroft-skills.service; disabled; vendor preset: enabled)
   Active: active (running) since Wed 2018-03-14 16:47:31 EDT; 6min ago
 Main PID: 22185 (mycroft-skills)
    CGroup: /user.slice/user-1000.slice/user@1000.service/mycroft-skills.service
           └─22185 /usr/bin/python3 /usr/bin/mycroft-skills

Mar 14 16:54:07  mycroft-skills[22185]:   File "/home/user/.mycroft/skills/skill-installer/__init__.py", line 96, in get_skill_list
Mar 14 16:54:07  mycroft-skills[22185]:     self.ansi_escape.sub('', check_output([BIN, 'list'])).split('\n')
Mar 14 16:54:07  mycroft-skills[22185]: TypeError: cannot use a string pattern on a bytes-like object

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 PulseAudio