from TTS.api not accessible #62
Answered
by
eginhard
PrincessPotion
asked this question in
Q&A
-
Hi, I'm trying to use this through Python scripting, and after installing following the installation instructions, using "from TTS.api import TTS" gives me an error with the TTS.api stating that it is not accessible. What do? |
Beta Was this translation helpful? Give feedback.
Answered by
eginhard
Jul 22, 2024
Replies: 1 comment
-
@PrincessPotion You need to share exactly how you installed the package and how you are running it in order to get help. But probably you didn't install it correctly or are not in the right environment. Can you also share the output of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eginhard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@PrincessPotion You need to share exactly how you installed the package and how you are running it in order to get help. But probably you didn't install it correctly or are not in the right environment. Can you also share the output of
pip list
?