env=notos.environ.get("PIP_NO_WHEEL")absent=notimportlib.util.find_spec("wheel")python_lt_3_12=this_python<(3,12)returncliandenvandabsentandpython_lt_3_12defdetermine_pip_install_arguments():pre_parser=argparse.ArgumentParser()pre_parser.add_argument("--no-setuptools",action="store_true")...