pdidev / pdi

The PDI Data Interface
https://pdi.dev
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

embedded ZPP fails to install on newer versions of python #457

Closed jbigot closed 1 month ago

jbigot commented 3 months ago

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

jbigot commented 3 months ago

mentioned in commit edaec0a5dab29f84c82f59eeaa488ec44d0bb9e4

jbigot commented 2 months ago

mentioned in commit 51a342eb3cde394c41140ea9347c0ac6de41fcdf

jbigot commented 1 month ago

Should be fixed in main by not installing ZPP anymore