Cary Hawkins

Results 34 comments of Cary Hawkins

Hatch 1.16.0 we dropped support for 3.9 as it is officially end of life.

Please provide more information about where this is being run, what OS? What Python version? How hatch is being installed in your CI?

Are you putting the output of version into GITHUB_OUTPUT? Wondering if it is the same issue as https://github.com/pypa/hatch/issues/2107#event-21232683998 Which there has been a fix that has been merged, expecting to...

Can you share what your CI setup looks like for steps that install hatch before calling `hatch version`? I think I have an idea what is causing this but I...

Does the issue still exist if you flag the environment with `builder = true`?

Hatch uses click, both click and Pytest already support auto completion. Have you tried ensuring both are setup in your terminal correctly for autocompletion?

Can you provide a more reproducible example? Were these existing environments? If you did `hatch env prune` and re-ran do you still get the error? ``` hatch -e types run...

It might be that the changes for 1.16.0 have impacted the hatch-requirements-txt plugin with changes to allow dependency groups and workspaces with editable installs.

This is the change that causes the issue ``` @cached_property def build_env(self) -> EnvironmentInterface: # Prevent the default environment from being used as a builder environment environment = self.get_environment("hatch-build" if...

> Perhaps this could be specified in the documentation? Yes we will work on getting this into the documentation. I am still trying to figure out how to get backwards...