-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to import Azure Cognitive Services package #4405
Comments
You've named one of your project files |
Thank you for the above advise. Traceback (most recent call last): |
It could be. Please check their tutorial if you haven't done so already, and if you need further help with their SDK, I've included the support page. tutorial: https://docs.microsoft.com/en-us/azure/cognitive-services/Custom-Vision-Service/python-tutorial support: https://github.com/Azure/azure-sdk-for-python/issues |
Thank you. |
I was also getting the same original issue ( I couldn't easily remove all the sub packages so I wiped my environment, started fresh, and this time only installed the pack I wanted (in this case Now I am able to |
If you suspect overlap, please report that on the azure-sdk-for-python repository so they can resolve it there. But installing only the package you need is the right approach. Being able to install all of them at once is just for convenience. |
Hello, Traceback (most recent call last): |
Thank you. |
Hello all,
I am trying to use azure cognitive services. In the standard code, while importing the package, I am getting the following error:
Traceback (most recent call last):
File "azure-traning.py", line 1, in
from azure.cognitiveservices.vision.customvision.training import training_api
File "C:\Users\Asus\Desktop\nodejs\azure.py", line 1, in
from azure.cognitiveservices.vision.customvision.prediction import prediction_endpoint
ModuleNotFoundError: No module named 'azure.cognitiveservices'; 'azure' is not a package
I am not able to understand this. Please help.
I have done:
The text was updated successfully, but these errors were encountered: