-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Issue
When hatch here calls
virtualenv_discovery.get_interpreter(
python_version, (), env=envs
)
it doesn't set cache
argument, which leads to this place to fail (was added in this pr). Originally there was a check:
if cache is None:
if app_data is None:
app_data = AppDataDisabled()
cache = FileCache(store_factory=app_data.py_info, clearer=app_data.py_info_clear)
but it was removed in this PR
Environment
virtualenv 20.35.0
hatch 1.14.2
Provide at least:
-
OS: Macos 15.7
-
Shell: zsh
-
Python version and path:
-
pip list
of the host python wherevirtualenv
is installed:
Output of the virtual environment creation
Make sure to run the creation with -vvv --with-traceback
:
psyclaudeZ, dlqqq, jdknight and ovadiagal