Python Forum
Module installs.. but it doesn't - need help updating module - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Module installs.. but it doesn't - need help updating module (/thread-21879.html)



Module installs.. but it doesn't - need help updating module - farroar - Oct-18-2019

I am working with the Azure SDK. Running Python 3.7.4 on macos. Haven't had any issues with using the Azure modules. Noticed that a new feature was released so I attempted to update. Ran pip3 install azure, same thing I did before. Said all requirements were met and didn't seem anything was done. I then tried to force it with pip3 install --upgrade --force-reinstall azure. Went through and installed but upon testing, feature wasn't there.

So, figured at this point the feature wasn't in the source that PIP is using. I cloned the github repo directly and ran the setup.py from there. It went through with no errors and installed... still, feature not there. I dug into the code from github and I can see the function exists, so it's in the source but it just isn't getting into the places that Python looks. Not sure what to do at this point. I'm still relatively new to Python and don't want to mess up anything. I've also spun up an Ubuntu machine in Azure to try the same and I'm also having the same issue. I must be installing this all wrong.

Thoughts?

The repo is https://github.com/Azure/azure-sdk-for-python.git