FileNotFoundError: Could not find module 'C:\Users\ATIF ALTAF\OneDrive\Desktop\Adil\Check\.venv\lib\site-packages\azure\cognitiveservices\speech\Microsoft.CognitiveServices.Speech.core.dll' (or one of its dependencies). Try using the full path with constr

Atif Altaf 0 Reputation points
2024-03-27T18:10:11.76+00:00

I'm trying to install pip install azure-cognitiveservices-speech and use it by this:
import azure.cognitiveservices.speech as speechsdk.

but it gives me error.
FileNotFoundError: Could not find module 'C:\Users\ATIF ALTAF\OneDrive\Desktop\Adil\Check.venv\lib\site-packages\azure\cognitiveservices\speech\Microsoft.CognitiveServices.Speech.core.dll' (or one of its dependencies). Try using the full path with constr.

How I can solve this error?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,466 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Atif Altaf 0 Reputation points
    2024-05-11T08:16:22.35+00:00

    Yes, I resolved it. Try to install the 64-bit or 32-bit Python version or any other library/software that is compatible with your system. Check the specifications of your system whether it is 64-bit or 32-bit then install python or any other software. Install 64-bit version on 64-bit system/machine/computer and 32-bit on 32-bit system/machine/computer.

    0 comments No comments