<CAO+295vjHpmnXAoSm_93pjY4v-jzF+rA7Fy47aB3=Wd5g-C4_w@mail.gmail.com>
Hi. I tried installing python's legacy cgi with pip and with apk add py3-legacy-cgi and it does not find the package. Any idea how to get it installed? Thanks. josé
<D9J3INQCCWOW.39GHGOZEK0QCJ@posteo.net>
<CAO+295vjHpmnXAoSm_93pjY4v-jzF+rA7Fy47aB3=Wd5g-C4_w@mail.gmail.com>
(view parent)
> Hi. > > I tried installing python's legacy cgi with pip and with apk add > py3-legacy-cgi and it does not find the package. Any idea how to get > it installed? Thanks. Not all python packages that can be installed with pip are available with apk. You could install the package by creating a venv and using pip directly. If you want to create a package for py3-legacy-cgi you would need to open a MR at https://gitlab.alpinelinux.org/alpine/aports. > josé