This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Can't install, nothing to install
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: aledeaux, ned.deily, steven.daprano
Priority: normal Keywords:

Created on 2021-03-14 00:56 by aledeaux, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Screen Shot 2021-03-13 at 8.45.18 PM.png aledeaux, 2021-03-14 03:46
Messages (8)
msg388642 - (view) Author: Adrian LeDeaux (aledeaux) Date: 2021-03-14 00:56
Python 2.7 won't install. I get the error "there is nothing to install" or something to that effect. I am using MacOS High Sierra 10.13.6. I tried both installer downloads. None worked. And I got the same error every time. Anyone have any ideas on what is going on?
msg388653 - (view) Author: Steven D'Aprano (steven.daprano) * (Python committer) Date: 2021-03-14 03:38
Please don't ask us to guess what you are doing.

Where are you getting "both installer downloads" from? What installers are they?

How are you running the installers?

What is the actual error message please, not "something to that effect". If necessary, take a screen shot, although copying and pasting the text might be better.

Also, Python 2.7 is no longer supported -- we are unlikely to fix any problems even if you report them in sufficient detail. Can you not use version 3.9 instead?

You might consider asking for help on a community forum such as the Python-List mailing list, the Python Discuss, or Reddit's r/python. But they will ask you to provide better information too, and will likely also tell you to install a newer version.
msg388655 - (view) Author: Adrian LeDeaux (aledeaux) Date: 2021-03-14 03:46
First, I am not asking for guesses. I am getting the installers from the www.python.org website, and I am running them with the MacOS installer app. The format is .mpkg
msg388657 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2021-03-14 04:31
Python 2.7.x reached end-of-life in early 2000 so it is no longer supported in any way.  That said, since you say the file extension is .mpkg and based on the behavior you describe, it sounds like you are trying to install a very old version of Python 2.7.  The last release of 2.7 was 2.7.18. The installer for macOS there should install and run on macOS 10.13.6.

https://www.python.org/downloads/release/python-2718/
msg388659 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2021-03-14 04:32
er, make that early 2020 :)
msg388660 - (view) Author: Adrian LeDeaux (aledeaux) Date: 2021-03-14 04:33
The main reason I am trying to install this is because I want to use pygame. Is pygame compatible with version 2.7.28?
msg388663 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2021-03-14 05:32
You’d have to check with the Pygame project. But a quick look at the PyPI entry for Pygame seems to indicate that they provide pip-installable binaries for all current versions of Python 3.

https://pypi.org/project/pygame/
msg388677 - (view) Author: Adrian LeDeaux (aledeaux) Date: 2021-03-14 17:16
Alright! Thanks for the help! I will try that.
History
Date User Action Args
2022-04-11 14:59:42adminsetgithub: 87655
2021-03-14 17:16:55aledeauxsetmessages: + msg388677
2021-03-14 05:32:42ned.deilysetmessages: + msg388663
2021-03-14 04:33:44aledeauxsetmessages: + msg388660
2021-03-14 04:32:11ned.deilysetmessages: + msg388659
2021-03-14 04:31:02ned.deilysetstatus: open -> closed

nosy: + ned.deily
messages: + msg388657

resolution: out of date
stage: resolved
2021-03-14 03:46:43aledeauxsetfiles: + Screen Shot 2021-03-13 at 8.45.18 PM.png

messages: + msg388655
2021-03-14 03:38:25steven.dapranosetnosy: + steven.daprano
messages: + msg388653
2021-03-14 00:56:59aledeauxcreate