Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #197182

Re: Installing Python-3.10.16

From Mats Wichmann <mats@wichmann.us>
Newsgroups comp.lang.python
Subject Re: Installing Python-3.10.16
Date 2025-01-14 08:53 -0700
Message-ID <mailman.73.1736869986.2912.python-list@python.org> (permalink)
References <CANtnREPQFeGV+gi_Pdofn1dpQJixN4OJ-KCW1CMA3trCuqOFKA@mail.gmail.com> <9bc28a22-5f52-45fc-8705-91fcabfaf45d@wichmann.us>

Show all headers | View raw


On 1/13/25 22:47, roc str via Python-list wrote:
> having a difficult time installing Python-3.10.16.tgz using
> the Python-3.20.0a2.exe installer.
> 
> Please Advise
> Mario Ramos.


Your question doesn't exactly make sense, but note this:

Windows installers are not built for "security bugfix" releases. The 
last python.org release in the 3.10 series that had installers was 
3.10.11; subsequent 3.10 releases only consist of the source code (this 
pattern repeats for all Python release series, once they hit a certain 
age the move to source-only security bugfix releases, normally when 
there are two newer Python series available which would contain those 
fixes already).

You have to download the source release and build it yourself if you 
need this.  You can't install a source release using an installer for a 
different version.

There are some instructions here:

https://devguide.python.org/getting-started/setup-building/index.html

but note that they're oriented to building from a revision control 
checkout, not from a source release bundle.

There should be some instructions somewhere on the internet if 
buildi-for-windows-from-a-source-release really is exactly what you need.

Back to comp.lang.python | Previous | Next | Find similar


Thread

Re: Installing Python-3.10.16 Mats Wichmann <mats@wichmann.us> - 2025-01-14 08:53 -0700

csiph-web