AttributeError
'PythonInfo' object has no attribute 'tcl_lib'
at /opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/virtualenv/activation/via_template.py:50 in replacements
46│ "__VIRTUAL_ENV__": str(creator.dest),
47│ "__VIRTUAL_NAME__": creator.env_name,
48│ "__BIN_NAME__": str(creator.bin_dir.relative_to(creator.dest)),
49│ "__PATH_SEP__": os.pathsep,
→ 50│ "__TCL_LIBRARY__": creator.interpreter.tcl_lib or "",
51│ "__TK_LIBRARY__": creator.interpreter.tk_lib or "",
52│ }
53│
54│ def _generate(self, replacements, templates, to_folder, creator):