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
Same issue as python-poetry/poetry#3829 for Poetry. If hatch commands are run using cwd with a lower drive letter, they are converted to the wrong hash. For eg. hatch env find default would result in different results if drive letter in cwd is lowercased v/s not.
This leads to no hatch environments being discovered on Windows as we're looking into the wrong directory (because of wrong hash) for python executables.