-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
TTS Module Missing Attributes #633
Comments
It is not a bug since If you want to install it from |
No, I installed by cloning the repo. |
As I said in the post, if you do the commands |
Even |
I just went on Mac and installed using the same instructions. Still, no attribute access. |
I can't replicate the issue since all works on my side. What is your system? Do you use conda or something else? |
I feel like I must be missing something, to install TTS with access to attributes on a UNIX/Linux system (Mac in this case), all I have to do is clone the repo, and go into the TTS dir and install via |
Exactly. To help you in that I should be able to replicate the issue but I cannot. Try using conda and create a new env and install TTS from scratch by |
Describe the bug
When importing TTS in Python, you should be able to access attributes via call (e.g:
TTS.model
). However, most attributes are inaccessible. A few attributes are still accessible such asf
,version
, and__name__
, which all return expected results.To Reproduce
TTS.utils
)AttributeError: module 'TTS' has no attribute 'utils'
Expected behavior
You should be able to access all of TTS' attributes.
Environment:
Additional context
TTS --text "The meaning of life is 42."
without issue.The text was updated successfully, but these errors were encountered: