Search Criteria
Package Details: kalliope 0.7.1-1
Git Clone URL: | https://aur.archlinux.org/kalliope.git (read-only, click to copy) |
---|---|
Package Base: | kalliope |
Description: | Modular always-on voice controlled personal assistant designed for home automation |
Upstream URL: | https://github.com/kalliope-project/kalliope |
Licenses: | |
Submitter: | xantares |
Maintainer: | None |
Last Packager: | aminvakil |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2016-12-19 10:26 |
Last Updated: | 2021-01-07 08:13 |
Dependencies (44)
- cblas (openblas-lapack-git, cblas-tmg, flexiblas, openblas-lapack-static, openblas-cblas-git, atlas-lapack, blis-cblas-openmp, blis-cblas, blas-git, openblas-lapack, armpl, opencblas)
- mplayer (mplayer-light-svn, mplayer2, mplayer2-build-git, mplayer-vaapi, mplayer-svn, mplayer-gui, mplayer-gui-svn)
- portaudio (portaudio-svn)
- python-ansible (ansible-core-git, ansible-base)
- python-apscheduler
- python-cachingutil
- python-cffi
- python-classutils
- python-configurationutil
- python-conversionutil
- python-feedparser (python-feedparser-dev)
- python-flask-cors
- python-flask-restful
- python-flask-testing
- python-gevent (python-gevent-git)
- python-gitpython (python-gitpython-211)
- python-gtts
- python-httpretty
- python-ipaddress
- python-jinja
- python-logging-tree
- python-markupsafe
- python-mock
- python-openpyxl
- python-paho-mqtt
- python-pip
- python-pyalsaaudio (python-pyalsaaudio-git)
- python-pyasn1
- python-pyaudio
- python-pythondialog
- python-requests
- python-ruamel-yaml (python-ruamel-yaml-hg)
- python-sounddevice
- python-soundfile
- python-sox
- python-speechrecognition
- python-stateutil
- python-tableutil
- python-transitions
- python-uiutil
- python-voicerss-tts
- python-werkzeug
- svox-pico-bin
- python-snowboy (python-snowboy-git) (make)
Latest Comments
BrainDamage commented on 2021-01-20 01:42
please don't hardcode the python versions in the pkgbuild, you can have python itself give them to you:
python -c 'import site; print(site.getsitepackages()[0])'
for the site-packages path
python -c 'import sys; print("python%d%d" % (sys.version_info.major,sys.version_info.minor))'
for the weird snowboy embedding
cadilhac commented on 2020-04-06 22:37
It seems that extra/python-pyasn1 is missing from the dependencies.
luntik2012 commented on 2019-04-14 09:57
there is only
python-flask-cors
package in ourFrnmst commented on 2017-09-01 12:50
It seems to be an ALSA bug.
See:
https://github.com/kalliope-project/kalliope/issues/328#issuecomment-326571341
for a temporary fix.
Frnmst commented on 2017-08-31 16:20
I get an
Aborted (core dumped)
error. See this: https://github.com/kalliope-project/kalliope/issues/328
xantares commented on 2016-12-20 21:43
yes, but I had already these installed prior to packaging so they didn't show up.
Anonymous comment on 2016-12-20 20:48
pkg_resources.DistributionNotFound: The 'feedparser==5.2.1' distribution was not found and is required by kalliope
pkg_resources.DistributionNotFound: The 'mock==2.0.0' distribution was not found and is required by kalliope
Have you tried to install this at all? >.<
Anonymous comment on 2016-12-19 11:23
Appears python2-pygmail doesn't exist in the aur atm. There is a -git package however.