embedded ZPP fails to install on newer versions of python
Latest versions of python do not come with setuptools as part of the core libs anymore. Accessing it in a venv requires the --system-site-packages option
Latest versions of python do not come with setuptools as part of the core libs anymore. Accessing it in a venv requires the --system-site-packages option