Community Information
-
Unable to install python 3.13 on Sequoia
My normally faultless brew install of python 3.x has encountered an issue with 3.13. I'd appreciate any pointers. I've tried removing brew, plus all formulae before reinstalling brew and [python@3.13](mailto:python@3.13). Here's the on screen errors after the auto installation of the dependancies. Thank you ==> Installing python@3.13 ==> Pouring python@3.13--3.13.2.sonoma.bottle.tar.gz ==> /usr/local/Cellar/python@3.13/3.13.2/bin/python3.13 -Im ensurepip Last 15 lines from /Users/simonfletcher/Library/Logs/Homebrew/python@3.13/post_install.01.python3.13: File "/usr/local/Cellar/python@3.13/3.13.2/Frameworks/Python.framework/Versions/3.13/lib/python3.13/ensurepip/__init__.py", line 257, in _main return _bootstrap( root=args.root, ...<4 lines>... default_pip=args.default_pip, ) File "/usr/local/Cellar/python@3.13/3.13.2/Frameworks/Python.framework/Versions/3.13/lib/python3.13/ensurepip/__init__.py", line 172, in _bootstrap return _run_pip([*args, "pip"], [os.fsdecode(tmp_wheel_path)]) File "/usr/local/Cellar/python@3.13/3.13.2/Frameworks/Python.framework/Versions/3.13/lib/python3.13/ensurepip/__init__.py", line 87, in _run_pip return subprocess.run(cmd, check=True).returncode ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.2/Frameworks/Python.framework/Versions/3.13/lib/python3.13/subprocess.py", line 579, in run raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/usr/local/opt/python@3.13/bin/python3.13', '-I', '-W', 'ignore::DeprecationWarning', '-c', '\nimport runpy\nimport sys\nsys.path = [\'/private/tmp/tmps8j_7b2h/pip-25.0-py3-none-any.whl\'] + sys.path\nsys.argv[1:] = [\'install\', \'--no-cache-dir\', \'--no-index\', \'--find-links\', \'/private/tmp/tmps8j_7b2h\', \'pip\']\nrunpy.run_module("pip", run_name="__main__", alter_sys=True)\n']' returned non-zero exit status 1. Warning: The post-install step did not complete successfully You can try again using: brew postinstall python@3.13 ==> Caveats Python is installed as /usr/local/bin/python3 Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to `python3`, `python3-config`, `pip3` etc., respectively, are installed into /usr/local/opt/python@3.13/libexec/bin See: https://docs.brew.sh/Homebrew-and-Python ==> Summary 🍺 /usr/local/Cellar/python@3.13/3.13.2: 3,246 files, 60.9MB ==> Running `brew cleanup python@3.13`... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). ==> No outdated dependents to upgrade! ==> Checking for dependents of upgraded formulae... Disable this behaviour by setting HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). ==> Reinstalling 1 dependent with broken linkage from source: python@3.13 ==> Caveats ==> python@3.13 Python is installed as /usr/local/bin/python3 Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to `python3`, `python3-config`, `pip3` etc., respectively, are installed into /usr/local/opt/python@3.13/libexec/bin See: https://docs.brew.sh/Homebrew-and-Python2
© 2025 Indiareply.com. All rights reserved.