jazzdd86 / alpine-flask

72 stars 51 forks source link

Python3 not supported #1

Closed vinyll closed 8 years ago

vinyll commented 8 years ago

Alpine seems not to have a compatible version of uwsgi plugin for Python3.

I had based my project on your image but I had to rewrite a part of it and base on some Debian.

jazzdd86 commented 8 years ago

yeah, I know, that's why I am still on python 2.7 with this docker image. UWSGI does not support musl right now, which is used in alpine instead of glibc. that's why there has to be an extra modification for uwsgi - therefore it cannot be compiled using pip. I am using the alpine uwsgi package and that's only available for python2 right now.

vinyll commented 8 years ago

Have you done any test with Gunicorn instead of uwsgi or is it still a path to try out?

jazzdd86 commented 8 years ago

never tried it. So I don't know if its running.

jazzdd86 commented 8 years ago

done :-) uwsgi is now available for python3 in alpine. see branch or docker tag python3.