Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for KunningFoxâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #290526 | Initial revision | — | 10 months ago |
Question | — |
module not found error, I need this speech directory for this project to work. Here is the error message. Traceback (most recent call last): File "c:\Users\19185\Documents\GitHub\Chatty\Chatty\one.py", line 3, in import azure.cognitiveservices.speech as speechsdk ModuleNotFoundError: No module named 'azure' here is the code, its not long however there is s... (more) |
— | 10 months ago |
Edit | Post #290520 |
Post edited: |
— | 10 months ago |
Edit | Post #290520 |
Post edited: |
— | 10 months ago |
Comment | Post #290520 |
I did edit the post, however dumb monkey and cant get it to look right so i just posted the snippet on replit and it produces the error as well (more) |
— | 10 months ago |
Edit | Post #290520 |
Post edited: |
— | 10 months ago |
Edit | Post #290520 |
Post edited: |
— | 10 months ago |
Comment | Post #290520 |
I am sorry, I don't know where or which it is here is the whole file, could you reply with where it is located so i can figure out posting in the future thank you!
alexei, i do have speechsdk.VoiceProfile(voice_name, speechsdk.VoiceProfileType.Online) already in. this is my fault for the confusion... (more) |
— | 10 months ago |
Edit | Post #290520 | Initial revision | — | 10 months ago |
Question | — |
AttributeError: module 'azure.cognitiveservices.speech' has no attribute 'VoiceProfile' I need to use `azure.cognitiveservices.speech`. However I am getting this error: Here is code on replit it produces the same error. https://replit.com/@mystickain420/Chatty main -- https://github.com/Domade/Chatty here is the code. (more) |
— | 10 months ago |