Spaces:
Running
on
Zero
Running
on
Zero
Space won't build
#2
by
jameshuntercarter
- opened
Tried duplicating this space, but I'm getting the following error:
runtime error
Exit code: 1. Reason: [nltk_data] Downloading package punkt to /home/user/nltk_data...
[nltk_data] Unzipping tokenizers/punkt.zip.
Traceback (most recent call last):
File "/home/user/app/app.py", line 3, in <module>
from styletts2 import tts
File "/home/user/.pyenv/versions/3.9.17/lib/python3.9/site-packages/styletts2/tts.py", line 10, in <module>
from cached_path import cached_path
File "/home/user/.pyenv/versions/3.9.17/lib/python3.9/site-packages/cached_path/__init__.py", line 13, in <module>
from ._cached_path import cached_path
File "/home/user/.pyenv/versions/3.9.17/lib/python3.9/site-packages/cached_path/_cached_path.py", line 15, in <module>
from .schemes import (
File "/home/user/.pyenv/versions/3.9.17/lib/python3.9/site-packages/cached_path/schemes/__init__.py", line 6, in <module>
from .r2 import R2Client
File "/home/user/.pyenv/versions/3.9.17/lib/python3.9/site-packages/cached_path/schemes/r2.py", line 18, in <module>
class R2Client(SchemeClient):
File "/home/user/.pyenv/versions/3.9.17/lib/python3.9/site-packages/cached_path/schemes/r2.py", line 20, in R2Client
botocore.exceptions.HTTPClientError,
AttributeError: module 'botocore.exceptions' has no attribute 'HTTPClientError'
Any ideas?
should hopefully be resolved now... sorry about that!
Korakoe
changed discussion status to
closed