You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when I try to install python 3.12 following error appears.
.
.
.
20 warnings and 8 errors generated.
error: command '/opt/homebrew/opt/llvm/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for multidict
Failed to build multidict
ERROR: Could not build wheels for multidict, which is required to install pyproject.toml-based projects
[notice] A new release of pip is available: 23.2.1 -> 23.3
rtx python@3.12.0 [ERROR] /Users/koi/.local/share/rtx/installs/python/3.12.0/bin/python exited with non-zero status: exit code 1
rtx failed to install python@3.12.0
rtx Run with RTX_DEBUG=1 for more information
Additional context
I've tried installing requirements of python-build with homebrew based on this document but had no luck. python core package requirements
The text was updated successfully, but these errors were encountered:
Describe the bug
when I try to install python 3.12 following error appears.
To Reproduce
run
rtx install python@3.12
Expected behavior
install succeeds
rtx doctor
outputAdditional context
I've tried installing requirements of python-build with homebrew based on this document but had no luck.
python core package requirements
The text was updated successfully, but these errors were encountered: