Can't download python correctly

Hello, I’m new trying to download python latest version from windows 11 64 bits, 3.13.0, but I can’t. When I click on “download: windows installer (64-bits)” it sends me to another page and gives me a “denied access” error, 403.
can someone help? I’ll send a screenshot.

(access to www.python.org denied;
you’re nor autorized to view this page;
HTTP ERROR: 404)

1 Like

I am getting 403s from several links… maybe all of them…
https://www.python.org/ftp/python/3.11.9/Python-3.11.9.tar.xz
which is what pyenv is trying to use… is an example.
linked from the download page:

curl -I https://www.python.org/ftp/python/3.11.10/Python-3.11.10.tgz

HTTP/2 403

server: Varnish

retry-after: 0

content-type: text/plain

accept-ranges: bytes

date: Tue, 26 Nov 2024 22:26:26 GMT

via: 1.1 varnish

x-served-by: cache-lax-kwhp1940103-LAX

x-cache: MISS

x-cache-hits: 0

x-timer: S1732659987.853344,VS0,VE0

strict-transport-security: max-age=63072000; includeSubDomains; preload

content-length: 0

1 Like

Seems like part of python.org is down. @hugovk Are you a correct person to ping? Sorry if not, I saw that you previously dealt with issues of downloads not working.

Welp good to know it’s not just me :sweat_smile:

Also reported on the python.org and CPython trackers:

Thanks for the report, should be back up now.

1 Like