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.000195
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 »

idleshand commented on 2018-10-18 13:08 (UTC)

Looks to me like it is worth updating the pkgbuild to reflect the changes that have been made to the original "dev_setup.sh".

The only changes I can actually see are related to pip. Specifically upgrading to using pip v18 as in this commit: https://github.com/MycroftAI/mycroft-core/commit/5e6c1773e4daa2da99f63110944fd220bf2298ee#diff-18dbf5207379240f00af7b954cde81ff

And then using curl to get pip directly and installing to the virtual_env instead of using easy_install, in this commit https://github.com/MycroftAI/mycroft-core/commit/923ea9f532175ba70027d09eb250b2c81655bdde#diff-18dbf5207379240f00af7b954cde81ff

z3ntu commented on 2018-08-12 09:13 (UTC) (edited on 2018-08-12 15:05 (UTC) by z3ntu)

The postinstall script fails to build pyyaml for some reason. edit: Patching /usr/share/mycroft-core/requirements.txt to use pyyyaml 3.13 instead of 3.11 works (see https://github.com/yaml/pyyaml/issues/152) edit2: still can't properly start the mycroft service due to some permission problems even though I'm in the mycroft-core group

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?

<deleted-account> commented on 2018-04-07 21:05 (UTC)

@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.

<deleted-account> 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