Open weberc2 opened 5 years ago
Possible solution: Create a low-level target that all Python target types depend on; update the build scripts to exec this Python (in a venv w/ wheel installed) and its corresponding pip instead of system python and system pip.
Right now the Python plugin depends on system python; the plugin should "build" its own Python(s) at the right version and reference them from the cache.