Package Details: python-deepspeech 0.9.3-1

Git Clone URL: https://aur.archlinux.org/deepspeech.git (read-only, click to copy)
Package Base: deepspeech
Description: DeepSpeech Python bindings
Upstream URL: https://github.com/mozilla/DeepSpeech
Keywords: deep-learning machine-learning neural-networks speech-recognition speech-to-text tensorflow
Licenses: MPL2
Submitter: onny
Maintainer: None
Last Packager: xantares
Votes: 1
Popularity: 0.000000
First Submitted: 2017-12-17 12:34 (UTC)
Last Updated: 2021-03-26 22:00 (UTC)

Latest Comments

« First ‹ Previous 1 2

krushndayshmookh commented on 2019-06-20 06:13 (UTC)

Build failed with:

Starting local Bazel server and connecting to it...
INFO: Invocation ID: bdf56950-5c40-4959-bd99-edbd5acd99a7
ERROR: error loading package '': Encountered error while reading extension file 'closure/defs.bzl': no such package '@io_bazel_rules_closure//closure': The native http_archive rule is deprecated. load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") for a drop-in replacement.
Use --incompatible_remove_native_http_archive=false to temporarily continue using the native rule.
ERROR: error loading package '': Encountered error while reading extension file 'closure/defs.bzl': no such package '@io_bazel_rules_closure//closure': The native http_archive rule is deprecated. load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") for a drop-in replacement.
Use --incompatible_remove_native_http_archive=false to temporarily continue using the native rule.
INFO: Elapsed time: 4.131s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
    Fetching @io_bazel_rules_closure; fetching
==> ERROR: A failure occurred in build().
    Aborting...
Error making: deepspeech

lesto commented on 2018-01-23 23:42 (UTC)

@crypdick unistall bazel and retry.

also i suggest to change "export CC_OPT_FLAGS="-march=x86-64"" to "export CC_OPT_FLAGS="-march=native"" to enable ALL the optimization for your hardware

crypdick commented on 2018-01-15 22:54 (UTC) (edited on 2018-01-15 22:55 (UTC) by crypdick)

I edited the PKGBUILD using a216's instructions but I'm getting an error about sycl_library_path:

EDIT moved to a gist: https://gist.github.com/crypdick/3afe9083dbf65ff9f8a2a0dcc3b91b10

a216 commented on 2017-12-22 05:38 (UTC)

Thanks for packaging this! I ran into a small error: there should be another colon between the filename and the url on the source line, like so:

source=("deepspeech-${pkgver}.tar.gz::https://github.com/mozilla/DeepSpeech/archive/v${pkgver}.tar.gz" "git+https://github.com/mozilla/tensorflow.git")

This is documented at <https://wiki.archlinux.org/index.php/PKGBUILD#source>

Thanks again, can't wait to play around with this!