-
Notifications
You must be signed in to change notification settings - Fork 102
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
Docker build broken #65
Comments
I changed the line |
Ok, I would love to use this but after wasting two hours in Python versioning and dependency hell I didn't get it to work at all. |
I van make it work using python 3.6 and by downloading the release. Cloning the repo won't work. The developer made some mistakes in the code so it wasn't working anymore.
Em 19 de junho de 2022 20:51:59 UTC, Hallucinating Robot ***@***.***> escreveu:
…Ok, I would love to use this but after wasting two hours in Python versioning and dependency hell I didn't get it to work at all.
--
Reply to this email directly or view it on GitHub:
#65 (comment)
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
setup.py clearly requires python 3.6 or less as DeepSpeech's last supported python version was 3.6. The same goes for the docker build too. |
@g3434343 seems right. Python isn't my language and that was just confirmed again last night. I spend all night trying to get it to work an didn't, even with python 3.6.0. Installing specific versions and dependencies in Python seems like hell to me. I tried making an entirely new Docker image, based it on image
I ran into one problem after another:
I think I ended with:
Still didn't get it to work. I gave up after 4 hours. Maybe I will take a look into it later again. @abhirooptalasila great you can make things work but you're the developer. You know what is where and how it works. Simply following the provided documentation is frustrating if it doesn't work. Then soon you find yourself reverse engineering and rewriting everything. Docker is exactly for this purpose, to have fixed all proper versions and dependencies packed with each other in an image. The docker build command should work out of the box or a working docker image can be published to Docker Hub. |
I didnt't test the mentioned PR yet. However I also upgraded pip and that solved only one issue of many. I doubt that this PR will fix the whole Docker build. |
docker build -t autosub .
Cannot build and results inThe text was updated successfully, but these errors were encountered: