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
  personal module Azdaghost 3 480 Mar-30-2025, 08:40 PM
Last Post: deanhystad
  Merge htm files with shutil library (TypeError: 'module' object is not callable) Melcu54 7 3,277 Mar-09-2025, 04:25 PM
Last Post: Pedroski55
  Upgraded Python: Module no longer found - for Linux Curbie 8 1,324 Mar-05-2025, 06:01 PM
Last Post: Curbie
  Python Module for PowerLED 2.89.4 ChonkyBork 3 604 Feb-14-2025, 01:21 AM
Last Post: ChonkyBork
  No module named 'importlib.metadata' EdVS 3 907 Jan-30-2025, 09:55 AM
Last Post: Larz60+
  problem with memory_graph module akbarza 5 1,646 Jan-14-2025, 04:31 PM
Last Post: Gribouillis
Question [SOLVED] Upgraded Python: Module no longer found Winfried 1 956 Jan-01-2025, 02:43 PM
Last Post: Larz60+
  Python 3.13(Windows) does not have the latest module OS phillip_from_oz 1 794 Dec-13-2024, 04:35 AM
Last Post: deanhystad
  Help on tkinter module upendra 8 1,811 Nov-10-2024, 03:14 PM
Last Post: menator01
  module 'openpyxl.workbook' has no attribute 'active' lsaavedra21 5 1,514 Oct-30-2024, 06:26 PM
Last Post: lsaavedra21

Forum Jump:

User Panel Messages

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