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
  ModuleNotFoundError: No module named 'tkcalendar', Thonny, Windows 10 Edward_ 4 526 Apr-06-2025, 07:56 PM
Last Post: Edward_
  personal module Azdaghost 3 606 Mar-30-2025, 08:40 PM
Last Post: deanhystad
  Merge htm files with shutil library (TypeError: 'module' object is not callable) Melcu54 7 3,296 Mar-09-2025, 04:25 PM
Last Post: Pedroski55
  Upgraded Python: Module no longer found - for Linux Curbie 8 1,386 Mar-05-2025, 06:01 PM
Last Post: Curbie
  Python Module for PowerLED 2.89.4 ChonkyBork 3 614 Feb-14-2025, 01:21 AM
Last Post: ChonkyBork
  No module named 'importlib.metadata' EdVS 3 938 Jan-30-2025, 09:55 AM
Last Post: Larz60+
  problem with memory_graph module akbarza 5 1,685 Jan-14-2025, 04:31 PM
Last Post: Gribouillis
Question [SOLVED] Upgraded Python: Module no longer found Winfried 1 1,019 Jan-01-2025, 02:43 PM
Last Post: Larz60+
  Python 3.13(Windows) does not have the latest module OS phillip_from_oz 1 805 Dec-13-2024, 04:35 AM
Last Post: deanhystad
  Help on tkinter module upendra 8 1,844 Nov-10-2024, 03:14 PM
Last Post: menator01

Forum Jump:

User Panel Messages

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