Python Forum
Mac OS 64 Python 2.7.3 Installation Failed
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mac OS 64 Python 2.7.3 Installation Failed
#1
On
https://www.python.org/downloads/release/python-273/

I tried to install "Mac OS X 64-bit/32-bit installer"

The package has been downloaded, but failed in the last step of the deployment. The message is "No software found to install". Please check attached image.

I tried this on two different mac machine, got the same result.

Screenshot of failed installation of Python 2.7.3 on Mac OS

Please advise.

Thanks in advance.
Reply
#2
I used homebrew to install latest python2:
brew install python@2

and to upgrade:
brew upgrade python@2

This does not replace the system version as that might cause problems.

So, entering:
  • python - gives me the system installed python 2.7.10
  • python2 - gives me the latest 2.7.15
  • python3 - gives me 3.6.5
  • python37 - gives me 3.7

I've not seen the problem you've encountered. Sorry.
I am trying to help you, really, even if it doesn't always seem that way
Reply
#3
We are using Leap Motion, one of its library points to mac framework python27. And leap motion software only supports 2.7.3.

Who do I need to contact to have the mac installation package for 2.7.3 fixed?

Thanks.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  White Screen Issue with Toolbar After Python Installation evelynfreya 2 1,011 Nov-25-2024, 06:26 PM
Last Post: deanhystad
  Install a module to a specific to Python Installation (one of many)) tester_V 2 1,883 Oct-29-2024, 03:25 PM
Last Post: snippsat
  Shrink Python installation? Extract site-packages from .zip only on demand? pstein 4 1,510 Oct-28-2024, 04:29 PM
Last Post: snippsat
  Sudden Extremely Slow / Failed Python Imports bmccollum 1 1,115 Aug-20-2024, 02:09 PM
Last Post: DeaD_EyE
  Troubleshooting Jupyter Notebook installation with Python using pip and a venv Drone4four 1 2,052 Jun-04-2024, 10:55 PM
Last Post: Drone4four
  Failed attempts to load Microsoft Appstore Python DLLs piyushd 0 1,026 Oct-31-2023, 10:43 AM
Last Post: piyushd
  Python installation for old MacOS Yonix 1 1,064 Sep-21-2023, 03:32 PM
Last Post: menator01
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 4,357 Jul-15-2023, 11:32 AM
Last Post: snippsat
  How to see the date of installation of python modules. newbieAuggie2019 4 4,428 Mar-31-2023, 12:40 PM
Last Post: newbieAuggie2019
  Getting "SSL client not supported by this Python installation" error prabirsarkar 0 1,605 Mar-13-2023, 05:01 PM
Last Post: prabirsarkar

Forum Jump:

User Panel Messages

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