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

[Bug] Can not install the library inside Docker container #3844

Open
kostas2370 opened this issue Jul 31, 2024 · 3 comments
Open

[Bug] Can not install the library inside Docker container #3844

kostas2370 opened this issue Jul 31, 2024 · 3 comments
Labels
bug Something isn't working wontfix This will not be worked on but feel free to help.

Comments

@kostas2370
Copy link

Describe the bug

I have an issue on installing TTS library in my dockerfile , I add TTS in my requirements.txt , i use python 3:9 and trying to install the latest version .

When i remove TTS the requirements are installed fine

To Reproduce

try putting TTS in requirements.txt and pip install inside a dockerfile

Expected behavior

it would have to download the TTS module.

Logs

File "<string>", line 43, in <module>
662.6       FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-qh9b5us8/tts_c659be9d18984acca728629e9ac1c5fe/requirements.txt'
662.6       [end of output]
662.6
662.6   note: This error originates from a subprocess, and is likely not a problem with pip.
662.6 error: subprocess-exited-with-error

Environment

wget https://raw.githubusercontent.com/coqui-ai/TTS/main/TTS/bin/collect_env_info.py
python collect_env_info.py

Additional context

docker_requirements.txt
docker-compose.txt
Dockerfile.txt

(dockerfile remove.txt)
docker-compose(add .yml)

@kostas2370 kostas2370 added the bug Something isn't working label Jul 31, 2024
@eginhard
Copy link
Contributor

It complains about a missing requirements.txt file, but no idea why. You could try installing our fork (package coqui-tts instead of TTS), which got rid of that file and is still maintained, so maybe it works.

@kostas2370
Copy link
Author

Hello eginhard ! I used your fork for my project and it worked fine ! ( Ned to work a bit more with requirements). Thank you !

Copy link

stale bot commented Sep 18, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.

@stale stale bot added the wontfix This will not be worked on but feel free to help. label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on but feel free to help.
Projects
None yet
Development

No branches or pull requests

2 participants