Python Forum
Module installs.. but it doesn't - need help updating module
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Module installs.. but it doesn't - need help updating module
#1
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  ERROR WHILE INSTALLING PLAYSOUND MODULE satwants33 2 1,030 Mar-23-2024, 12:50 PM
Last Post: Ritik2508
  using ctypes to use a dll in a python module dauriac 3 291 Mar-06-2024, 04:38 PM
Last Post: dauriac
  problem with memory_graph module akbarza 3 296 Mar-04-2024, 10:15 AM
Last Post: snippsat
  Installation module 'pyproj' QuentinR 1 224 Feb-28-2024, 10:00 AM
Last Post: snippsat
  importing variables from module 8376459 1 245 Feb-18-2024, 02:24 PM
Last Post: deanhystad
  how to pass a mongdb command to a module and execute it. cspower 0 276 Feb-03-2024, 09:54 PM
Last Post: cspower
  datetime module question jacksfrustration 10 1,606 Jan-12-2024, 04:54 AM
Last Post: deanhystad
  problem using coloeama module akbarza 3 513 Jan-08-2024, 07:31 AM
Last Post: akbarza
  How does sqlite3 module determine value type mirlos 2 893 Dec-12-2023, 09:37 AM
Last Post: mirlos
  is import cointegration_analysis a recognized module mitcht33 1 384 Nov-06-2023, 09:29 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020