azure-sdk-for-python icon indicating copy to clipboard operation
azure-sdk-for-python copied to clipboard

speechsdk.transcription not appearing as an option

Open uriii3 opened this issue 3 years ago • 3 comments

  • Package Name: azure-cognitiveservices-speech
  • Package Version: 1.18 (I think)
  • Operating System: macOs
  • Python Version: 3.6.3

Error Traceback (most recent call last): File "transcription_sample.py", line 99, in conversation_transcription_differentiate_speakers() File "transcription_sample.py", line 59, in conversation_transcription_differentiate_speakers conversation = speechsdk.transcription.Conversation(speech_config, conversation_id) AttributeError: module 'azure.cognitiveservices.speech' has no attribute 'transcription'

Account from Azure: Developer. I think that maybe this is the problem(?)

Code that I'm using: Transaction_sample from the axure documentation

uriii3 avatar Jul 29 '22 11:07 uriii3

@uriii3 - Thanks for your question! We'll investigate as soon as possible!

swathipil avatar Jul 29 '22 17:07 swathipil

Hi @uriii3, it looks like the conversation transcription feature was added in version 1.21.0 of the client library: https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/releasenotes?tabs=speech-sdk#speech-sdk-1210-april-2022-release

Can you try updating your package to this version and see if that works? pip install azure-cognitiveservices-speech --upgrade should update you to the latest stable version of the package.

kristapratico avatar Aug 01 '22 17:08 kristapratico

Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!

ghost avatar Aug 09 '22 02:08 ghost

Hello, could I open the issue back up again?

It looks like when I run the update command it is already satisfied but with version 1.18.0. I am not sure how to handle this.

Thanks,

Missatge de msftbot[bot] @.***> del dia dt., 23 d’ag. 2022 a les 10:04:

Closed #25467 https://github.com/Azure/azure-sdk-for-python/issues/25467 as completed.

— Reply to this email directly, view it on GitHub https://github.com/Azure/azure-sdk-for-python/issues/25467#event-7239486127, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6EU65233VCBIFVM5MYUYTV2SAZPANCNFSM55APTCBQ . You are receiving this because you were mentioned.Message ID: @.***>

-- Oriol Ricart Vilarrubias

uriii3 avatar Sep 05 '22 07:09 uriii3

Hi @uriii3, hmm let's try to be more explicit then. Can you try specifying the exact version in your install command?

pip install azure-cognitiveservices-speech==1.21.0

kristapratico avatar Sep 06 '22 16:09 kristapratico

Hello,

I just resolved the issue today with another problem that i was having. Turns out my python was outdated and then the version wasn't suited for the one i had.

Thank you very much for everything!

El dt., 6 de set. 2022, 18:20, Krista Pratico @.***> va escriure:

Hi @uriii3 https://github.com/uriii3, hmm let's try to be more explicit then. Can you try specifying the exact version in your install command?

pip install azure-cognitiveservices-speech==1.21.0

— Reply to this email directly, view it on GitHub https://github.com/Azure/azure-sdk-for-python/issues/25467#issuecomment-1238370581, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6EU6Z2FZJL4OFFFPE37PDV45VLNANCNFSM55APTCBQ . You are receiving this because you were mentioned.Message ID: @.***>

uriii3 avatar Sep 06 '22 16:09 uriii3

Hi @uriii3. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “/unresolve” to remove the “issue-addressed” label and continue the conversation.

ghost avatar Sep 06 '22 16:09 ghost

Hi @uriii3, since you haven’t asked that we “/unresolve” the issue, we’ll close this out. If you believe further discussion is needed, please add a comment “/unresolve” to reopen the issue.

ghost avatar Sep 13 '22 22:09 ghost