Hi all
Since shortly, Charm build creates Python3 Charms instead of Python2. I have a Charm that installs a Python2 application. It requires some pip dependencies like Flask, which I install using `subprocess.check_output(['pip', 'install', ...])`. The problem now is that for some reason, this installs the Python3 version of Flask. Is there a way to install Python2 dependencies from a Python3 Charm using Pip? Kind regards Merlijn sebrechts
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
