Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install deepspeech #3771

Closed
yashthigale opened this issue Jul 12, 2023 · 14 comments
Closed

Unable to install deepspeech #3771

yashthigale opened this issue Jul 12, 2023 · 14 comments

Comments

@yashthigale
Copy link

Actually, I am new to deepspeech. When I am installing deepspeech package inside my Python virtual environment or inside my AWS Sagemaker environment. It gives me the following error :

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

@Gresliebear
Copy link

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

@vikasthange
Copy link

Same error I am also getting.

@Flimm
Copy link

Flimm commented Aug 23, 2023

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

@lissyx
Copy link
Collaborator

lissyx commented Aug 23, 2023

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

@lissyx lissyx closed this as completed Aug 23, 2023
@Flimm
Copy link

Flimm commented Aug 23, 2023

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

@lissyx
Copy link
Collaborator

lissyx commented Aug 23, 2023

Marking the project archived is not my call.

@Flimm
Copy link

Flimm commented Aug 23, 2023

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

@Gresliebear
Copy link

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?

@lissyx
Copy link
Collaborator

lissyx commented Aug 23, 2023

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.

@Gresliebear
Copy link

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?

@lissyx
Copy link
Collaborator

lissyx commented Aug 23, 2023

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)

@Gresliebear
Copy link

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

@lissyx
Copy link
Collaborator

lissyx commented Aug 23, 2023

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.

@MarekChrappa
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants