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

botocore HTTPClientError Error #133

Open
owaismujtaba opened this issue May 12, 2024 · 0 comments
Open

botocore HTTPClientError Error #133

owaismujtaba opened this issue May 12, 2024 · 0 comments

Comments

@owaismujtaba
Copy link

owaismujtaba commented May 12, 2024

I am using Ubuntu 20.04.6 LTS
Python version 3.9.19
Botocore Version: 1.10.84

from melo.api import TTS
Throws error

File "/home/owais/Project/DeepRESTORE/main.py", line 37, in
main()
File "/home/owais/Project/DeepRESTORE/main.py", line 35, in main
synthesize_words(arguments.SELECTED_MODEL_DIR, word_list, arguments.SYNTH_WORDS_DIR)
File "/home/owais/Project/DeepRESTORE/synthesize_words.py", line 17, in synthesize_words
from MeloTTS import synthesize
File "/home/owais/Project/DeepRESTORE/MeloTTS.py", line 1, in
from melo.api import TTS
File "/home/owais/MeloTTS/melo/api.py", line 18, in
from .download_utils import load_or_download_config, load_or_download_model
File "/home/owais/MeloTTS/melo/download_utils.py", line 4, in
from cached_path import cached_path
File "/home/owais/anaconda3/envs/p3.9/lib/python3.9/site-packages/cached_path/init.py", line 13, in
from ._cached_path import cached_path
File "/home/owais/anaconda3/envs/p3.9/lib/python3.9/site-packages/cached_path/_cached_path.py", line 15, in
from .schemes import (
File "/home/owais/anaconda3/envs/p3.9/lib/python3.9/site-packages/cached_path/schemes/init.py", line 6, in
from .s3 import S3Client
File "/home/owais/anaconda3/envs/p3.9/lib/python3.9/site-packages/cached_path/schemes/s3.py", line 16, in
class S3Client(SchemeClient):
File "/home/owais/anaconda3/envs/p3.9/lib/python3.9/site-packages/cached_path/schemes/s3.py", line 18, in S3Client
botocore.exceptions.HTTPClientError,
AttributeError: module 'botocore.exceptions' has no attribute 'HTTPClientError'

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

1 participant