ImportError: cannot import name 'load_config' from 'TTS.utils.io' #739
Replies: 3 comments 2 replies
-
|
If you running code on colab, then chances are |
Beta Was this translation helpful? Give feedback.
-
|
hi, i have the same issue with load_config from the same io.py file which does not have any information about "load_config" i have added to PATH by this command my folder with TTS: export PATH=$PATH:/LJSpeech/TTS_repo this is entire io.py file: import os import fsspec from TTS.utils.generic_utils import get_user_data_dir class RenamingUnpickler(pickle_tts.Unpickler): class AttrDict(dict): def load_fsspec( def load_checkpoint( i have clone repo using this command: git clone https://github.com/coqui-ai/TTS.git TTS_repo can i ask for help? |
Beta Was this translation helpful? Give feedback.
-
|
i think i did it, but i executed this command and this is what i have received: (CoquiTTS) root@DESKTOP-H42AEU4:/CoquiTTS/TTS# pip install -e . |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
instructions are here
Beta Was this translation helpful? Give feedback.
All reactions