I'm not very experienced with GitHub or coding yet. I managed to set everything up until the point where I launch the server (or whatever it's called), but there's one problem: I can't get the YAML. I’ll include the error code below.
I’m not even trying to do anything fancy with this cool tech, i just wanted to try it out, and I’d be really grateful for any help with this issue.
By the way, this project looks amazing
Here’s the error I’m getting:
\dia-tts-server> python server.py Traceback (most recent call last): File "C:\Users\halil\dia-tts-server\server.py", line 11, in <module> import yaml # Keep yaml import for potential future use, though config handles it now ^^^^^^^^^^^ ModuleNotFoundError: No module named 'yaml'
I’ll be checking this thread all day, so if there’s any missing info in my issue, let me know and I’ll be glad to clarify
I'm not very experienced with GitHub or coding yet. I managed to set everything up until the point where I launch the server (or whatever it's called), but there's one problem: I can't get the YAML. I’ll include the error code below.
I’m not even trying to do anything fancy with this cool tech, i just wanted to try it out, and I’d be really grateful for any help with this issue.
By the way, this project looks amazing
Here’s the error I’m getting:
\dia-tts-server> python server.py Traceback (most recent call last): File "C:\Users\halil\dia-tts-server\server.py", line 11, in <module> import yaml # Keep yaml import for potential future use, though config handles it now ^^^^^^^^^^^ ModuleNotFoundError: No module named 'yaml'I’ll be checking this thread all day, so if there’s any missing info in my issue, let me know and I’ll be glad to clarify