I am running code using Azure SDK.
First, I download the sdk by pip install azure. Then I write to run the following python code.
pip install azure
impor
I had recently upgraded my requests library using sudo (sudo pip install --upgrade requests), and then I was surprised that I couldn't just call the code without sudo.
requests
sudo pip install --upgrade requests
It couldn't locate the files it just upgraded due to a permissions issue!