Closed dxie117 closed 1 day ago
The version 1.26.0 was broken in relation to Hatch so it was yanked, sorry for the temporary error! I'm not sure why it happened in your exact case, perhaps cached .pyc
files.
I'm hitting this in a brand-new devcontainer (so brand-new filesystem), getting hatchling version 1.26.1
It seems hatchling 1.26.1 still has the problem. 1.25.0 works well.
Description Trying to set up hatch on a fresh machine with the latest Python version (3.13) and following example guide.
Expected behavior `hatch new "MyProject" to succeed
Actual Behavior
pip version pip 24.3.1 from /home//.local/lib/python3.13/site-packages/pip (python 3.13)
Python version Python 3.13
OS Ubuntu 22.04.3 LTS
How to Reproduce
hatch new "MyProject"
Additional Notes:
Results of
pip freeze
show that I was usinghatchling==1.26.1
. When I forcedpip install hatchling==1.25.0
, and tried repro-ing, project creation succeeded. After going back to 1.26.1, behavior does not repro. seems like a missing initialization in 1.26.X?