Lines Matching full:python
199 Compatibility wrapper for context.lib_path for Python < 3.12
201 # Python 3.12+, not strictly necessary because it's documented
206 # Python 3.10+
214 # For Python <= 3.9 we need to hardcode this. Fortunately the
215 # code below was the same in Python 3.6-3.10, so there is only
222 "python%d.%d" % sys.version_info[:2],
268 https://docs.python.org/3/library/venv.html#venv.EnvBuilder.ensure_directories
296 "Python's ensurepip module is not found.\n"
297 "It's normally part of the Python standard library, "
309 "Python's pyexpat module is not found.\n"
310 "It's normally part of the Python standard library, "
331 function that is part of the Python stdblib, except it uses
415 # print the python executable to stdout for configure.
478 See https://peps.python.org/pep-0508/#names
523 detected for a different python version.
543 f"Python package '{pkg_name}' version '{pkg_version}' was found,"
548 f"Python package '{pkg_name}' was not found nor installed."
573 f"but the Python package '{pkg_name}' was not found by "
574 f"this Python interpreter ('{pypath}'). "
576 "against a different Python interpreter on your system."
725 "Python >=3.11 does not have tomllib... what have you done!?"