-
First Check
Commit to Help
Example Code
DescriptionDownload project and run uv sync on m1 with Python 3.13.x Operating SystemmacOS Operating System DetailsM1, 2020 Python Version3.13.0 Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
I have the same problem on a fresh setup on a fresh mac with a fresh python install. |
Beta Was this translation helpful? Give feedback.
-
There isn't a prebuilt wheel for httptools for 3.13.0 yet. If you lock your version to 3.12.7 using pyenv then it's fine. |
Beta Was this translation helpful? Give feedback.
-
The error seems to be caused by the Python version. �So I fixed by pinning it to 3.12.7. |
Beta Was this translation helpful? Give feedback.
-
do: should work fine |
Beta Was this translation helpful? Give feedback.
-
That worked! I was on 3.9.6. |
Beta Was this translation helpful? Give feedback.
The error seems to be caused by the Python version. �So I fixed by pinning it to 3.12.7.