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.
Post History
--- 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 Mo...
Question
python-3
#1: Initial revision
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 <module> import azure.cognitiveservices.speech as speechsdk ModuleNotFoundError: No module named 'azure' --- here is the code, its not long however there is sensitive information on it. I'm willing to let people look at it. its a public get for that reason, even collaberate with. I don't however wanna just put my key on here. https://github.com/Domade/Chatty Things I have tried, I have modified the code, extensively, I work with chatgpt to make the code, and replit to make the code as concise as possible. however I can not call the speech module. I have created a VM to test making sure python preferences were not an issue. The issue still persists.