You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was stuck in a loop of trying to resolve boto/botocore dependencies. Figured out it was because my virtualenv was 3.9, the install only works with 3.10. The repo should be updated.
If you’re lucky the build may finish and the terminal will finish all [7/7] steps (skip ahead to Running the MeloTTS model). If you’re less lucky like me your process will get stuck trying to install the following dependency over and over in step [5/7]:
=> => # Downloading botocore-1.21.5-py3-none-any.whl (7.7 MB)
=> => # ━━━━━━━━━━━━━━━━━━━━━ 7.7/7.7 MB 21.8 MB/s eta 0:00:00
=> => # Collecting boto3<2.0,>=1.0
=> => # Downloading boto3-1.18.4-py3-none-any.whl (131 kB)
=> => # ━━━━━━━━━━━━━━━━━━━━━ 131.6/131.6 kB 17.8 MB/s eta 0:00:00
The text was updated successfully, but these errors were encountered:
I had the same issue yesteday, finally installed some ready to use docker image from 3rd party. I tried to modify the setup script (eg. --no-deps) but I failed.
Was stuck in a loop of trying to resolve boto/botocore dependencies. Figured out it was because my virtualenv was 3.9, the install only works with 3.10. The repo should be updated.
https://academy.finxter.com/hugging-face-course-5-6-text-to-speech-with-melotts/
The text was updated successfully, but these errors were encountered: