Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.59k stars 2.8k forks source link

No module named azure.cognitiveservices.vision.customvision.training #6582

Closed Jackkt closed 5 years ago

Jackkt commented 5 years ago

Hey, Im using python sdk on my RasPi and everything worked until randomly after a reboot I got the no module named error. I ran pip install azure-cognitiveservices-vision-customvision but it didnt solve the issue. Any help would be appreciated.

Jackkt commented 5 years ago

Actually I rebooted again multiple times and it work. Idk

Jackkt commented 5 years ago

Something interesting happened. I use my RasPi to run a magic mirror software that runs a python script that uses custom vision sdk. I gives me the error when I use a sh script to run the magic mirror but not when I manually type the same commands into the terminal.

Jackkt commented 5 years ago

I used sudo on the sh. thats what messed it up