Search Criteria
Package Details: deepspeech 0.9.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/deepspeech.git (read-only, click to copy) |
---|---|
Package Base: | deepspeech |
Description: | A TensorFlow implementation of Baidu's DeepSpeech architecture |
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) |
Dependencies (8)
- sox (sox-dsd-gitAUR)
- bazel (bazel-gitAUR, bazel024-binAUR, bazel3AUR, bazel3-binAUR, bazel5AUR, bazelisk-gitAUR, bazeliskAUR, bazelisk-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR) (make)
- python-pip (make)
- python-wheel (make)
- sox (sox-dsd-gitAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
Latest Comments
1 2 Next › Last »
CyberShadow commented on 2022-01-28 18:54 (UTC)
Fails to build (in a clean chroot):
Pascoual commented on 2022-01-22 23:57 (UTC) (edited on 2022-01-23 23:20 (UTC) by Pascoual)
@Dukol
First step
While getting retry menu from pikaur(or equivalent), open another shell and edit this file line 150 :
And return the python include path directly
Last step
Run again the compilation replying R.
Why ? Because the script takes the first result line, but it's a warning message instead of the python include path. Better solution should be to take last line.
2nd step
Another step, you need to add 2 includes in
and add 2 includes :
third step
The URL used to get ds-swig.tar.gz get a 404, need to be changed to git assets. Download git 0.9.3 asset file here : https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/ds-swig.linux.amd64.tar.gz
And serve it as https on a local web server with this code
DuKol commented on 2022-01-07 15:18 (UTC)
Hello, I get instantly the following error, even if python path is configured properly and other stuff as well:
ERROR: An error occurred during the fetch of repository 'local_execution_config_python': Traceback (most recent call last): File "/home/kolar/Sources/DeepSpeech/src/DeepSpeech-0.9.3/tensorflow/third_party/py/python_configure.bzl", line 212, column 41, in _create_local_python_repository python_include = _get_python_include(repository_ctx, python_bin) File "/home/kolar/Sources/DeepSpeech/src/DeepSpeech-0.9.3/tensorflow/third_party/py/python_configure.bzl", line 152, column 21, in _get_python_include result = execute( File "/home/kolar/Sources/DeepSpeech/src/DeepSpeech-0.9.3/tensorflow/third_party/remote_config/common.bzl", line 208, column 13, in execute fail( Error in fail: Problem getting python include path. <string>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives <string>:1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead Is the Python binary path set up right? (See ./configure or PYTHON_BIN_PATH.) Is distutils installed? ERROR: Analysis of target '//native_client:libdeepspeech.so' failed; build aborted: Problem getting python include path. <string>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives <string>:1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead Is the Python binary path set up right? (See ./configure or PYTHON_BIN_PATH.) Is distutils installed?
flipmess commented on 2021-04-11 23:32 (UTC) (edited on 2021-04-11 23:40 (UTC) by flipmess)
hi, i get this error while compiling with bazel3:
tobil commented on 2021-02-03 12:24 (UTC)
I get with current manjaro
pix3l commented on 2020-11-05 11:00 (UTC)
ERROR: The project you're trying to build requires Bazel 3.1.0 (specified in /mnt/magazyn/archlinux/aur-deepspeech/src/DeepSpeech-0.9.0/tensorflow/.bazelversion), but it wasn't found in /usr/bin
I've bazel 3.7.0-1, shouldn't that be enough?
BTW, shouldn't it be linked against system-wide TensorFlow (and potentially use optimized build for nVidia CUDA or AMD ROCm?
xantares commented on 2020-09-07 17:19 (UTC)
should be ok now
pomputer commented on 2020-08-26 13:33 (UTC) (edited on 2020-08-26 13:36 (UTC) by pomputer)
Build failed with:
kinoe commented on 2020-01-11 10:38 (UTC) (edited on 2020-01-11 10:38 (UTC) by kinoe)
Build here failed with:
WARNING: The following rc files are no longer being read, please transfer their contents or import their path into one of the standard rc files: /var/tmp/pamac-build-kinoe/deepspeech/src/tensorflow/tools/bazel.rc
FATAL: Could not find system javabase. Ensure JAVA_HOME is set, or javac is on your PATH. Traceback (most recent call last): File "configure.py", line 1455, in <module> main() File "configure.py", line 1346, in main check_bazel_version('0.5.4') File "configure.py", line 459, in check_bazel_version curr_version = run_shell(['bazel', '--batch', 'version']) File "configure.py", line 154, in run_shell output = subprocess.check_output(cmd) File "/usr/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['bazel', '--batch', 'version']' returned non-zero exit status 36.
==> ERROR: An error happened in build (). Aborting ... Error making: deepspeech
1 2 Next › Last »