GithubHelp home page GithubHelp logo

Comments (14)

Gresliebear avatar Gresliebear commented on May 18, 2024

Same here I tried install deepspeech in docker deployment on google cloud but I am sure if the python version matters etc

Status: Downloaded newer image for python:3.11-slim
---> be2470db10f7
Step 2/10 : ENV PYTHONUNBUFFERED True
---> Running in a280f0c6f72c
Removing intermediate container a280f0c6f72c
---> 67f6a22d9077
Step 3/10 : ENV APP_HOME /back-end
---> Running in dac66b099f39
Removing intermediate container dac66b099f39
---> 40ce01092bbb
Step 4/10 : WORKDIR $APP_HOME
---> Running in 280bd9da0927
Removing intermediate container 280bd9da0927
---> 36a519dc5411
Step 5/10 : COPY . ./
Step 6/10 : RUN pip3 install --verbose deepspeech
Using pip 23.1.2 from /usr/local/lib/python3.11/site-packages/pip (python 3.11)
ERROR: Could not find a version that satisfies the requirement deepspeech (from versions: none)
ERROR: No matching distribution found for deepspeech
The command '/bin/sh -c pip3 install --verbose deepspeech' returned a non-zero code: 1
ERROR
ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 1

from deepspeech.

vikasthange avatar vikasthange commented on May 18, 2024

Same error I am also getting.

from deepspeech.

Flimm avatar Flimm commented on May 18, 2024

I also get this error on Ubuntu 23.04:

$ pip install deepspeech
ERROR: Could not find a version that satisfies the requirement deepspeech (from versions: none)
ERROR: No matching distribution found for deepspeech

The Python version is 3.11.4

from deepspeech.

lissyx avatar lissyx commented on May 18, 2024

Project is unmaintained and thus no wheel built and updated for newer versions of Python.

from deepspeech.

Flimm avatar Flimm commented on May 18, 2024

@lissyx Do you have access to this repository? Could you mark this repos as unmaintained in the README.md , or archive the GitHub repo? There is no indication anywhere that this project is officially unmaintained. It doesn't feel right to close valid issues as "completed" when they are not fixed.

from deepspeech.

lissyx avatar lissyx commented on May 18, 2024

Marking the project archived is not my call.

from deepspeech.

Flimm avatar Flimm commented on May 18, 2024

@lissyx Fair enough. I'm trying to share my perspective as an outsider. GitHub marks you as a collaborator, who apparently has the ability to close GitHub issues. Do you also have the ability to edit the README.md file? Could you help me understand why this issue was closed as "completed", but there are still 114 issues that are still open? Why not close those as "completed" too?

from deepspeech.

Gresliebear avatar Gresliebear commented on May 18, 2024

Project is unmaintained and thus no wheel built and updated for newer versions of Python.

@lissyx can we contribute? or update to newer versions of python or branch off for update? the projects claims open-source?

from deepspeech.

lissyx avatar lissyx commented on May 18, 2024

Project is unmaintained and thus no wheel built and updated for newer versions of Python.

@lissyx can we contribute? or update to newer versions of python or branch off for update? the projects claims open-source?

Of course, we moved away from TaskCluster to GitHub Actions for that purpose back in 2021, but nobody showed interest in getting more into the project while we were available to help and mentor. Given the long time, it's possible a lot of broken, but if you come up with fixes I will obviously review.

from deepspeech.

Gresliebear avatar Gresliebear commented on May 18, 2024

Project is unmaintained and thus no wheel built and updated for newer versions of Python.

@lissyx can we contribute? or update to newer versions of python or branch off for update? the projects claims open-source?

Of course, we moved away from TaskCluster to GitHub Actions for that purpose back in 2021, but nobody showed interest in getting more into the project while we were available to help and mentor. Given the long time, it's possible a lot of broken, but if you come up with fixes I will obviously review.

Awesome so for this issue would I need to upgrade to a version of python that deepspeech doesn't run on and update the code that is breaking? to fix this issue? then Merge a PR?

from deepspeech.

lissyx avatar lissyx commented on May 18, 2024

You'd need to get back CI working again because it is likely broken since this time. Then adding support for new versions of python like e.g.,

python-version: [3.6, 3.7, 3.8, 3.9]
(but there are many other places to update)

from deepspeech.

Gresliebear avatar Gresliebear commented on May 18, 2024

You'd need to get back CI working again because it is likely broken since this time. Then adding support for new versions of python like e.g.,

python-version: [3.6, 3.7, 3.8, 3.9]

(but there are many other places to update)

this the yaml file for the CI? what commands do you run to test this?

Sorry to ask just assume that I am new and a idiot right now

from deepspeech.

lissyx avatar lissyx commented on May 18, 2024

Unfortunately, you need to know how to hack GitHub Actions to dive into this yaml file, and the build process involves building tensorflow,combined with the limitations from GitHub Actions, it ends up being non trivial. If you'd like to hack around, I'd suggest to learn GitHub Actions first.

from deepspeech.

MarekChrappa avatar MarekChrappa commented on May 18, 2024

You'd need to get back CI working again because it is likely broken since this time. Then adding support for new versions of python like e.g.,

python-version: [3.6, 3.7, 3.8, 3.9]

(but there are many other places to update)

Does this mean that I shoud be able to pip install deepspeech if my python version is between versions 3,6 and 3,9? Becouse I tried to install it with version 3,7 and it still was not possible

from deepspeech.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.