python / python/cpython

PythonT symlinks created by macOS installer, but PythonT framework not installed

Aperta
#133,927 3 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@ned-deily ci sta già lavorando.

Dal 13/5/2025.

OS-mac topic-installation type-bug
Lingua principale
Python
Stelle
77.2k
Fork
35.9k
Metriche di merge delle PR
Metriche PR in attesa

Descrizione

Bug report

Bug description:

With the macOS installer for Python 3.13 (here 3.13.3) The symlinks for PythonT are created in /usr/local/bin, but the binaries are not installed (the folder /Library/Frameworks/PythonT.framework does not exist after installing). This happened multiple times.

% ls -l /usr/local/bin | grep PythonT | awk '{print $9 $10 $11}'
python3.13t->../../../Library/Frameworks/PythonT.framework/Versions/3.13/bin/python3.13t
python3.13t-config->../../../Library/Frameworks/PythonT.framework/Versions/3.13/bin/python3.13t-config
python3.13t-intel64->../../../Library/Frameworks/PythonT.framework/Versions/3.13/bin/python3.13t-intel64
python3t->../../../Library/Frameworks/PythonT.framework/Versions/3.13/bin/python3t
python3t-config->../../../Library/Frameworks/PythonT.framework/Versions/3.13/bin/python3t-config
python3t-intel64->../../../Library/Frameworks/PythonT.framework/Versions/3.13/bin/python3t-intel64
% ls -l /Library/Frameworks/PythonT.framework
ls: /Library/Frameworks/PythonT.framework: No such file or directory
CPython versions tested on:

3.13

Operating systems tested on:

macOS

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.