You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that micropipenv might be a good alternative for pipenv in S2I images because it's a light piece of software and pipenv seems to be unmaintained for a while.
The main problem is that micropipenv does not support Python 2 which means that we can:
either make it Python 2 compatible which does not seems to be an easy task (WIP: Python2 support thoth-station/micropipenv#18) and its maintainers obviously don't want to support EOL Python in the new fresh software
or use it only for Python 3 images which would make our images different in another aspect and can possibly cause problems
or install Python 3 on Python 2 images and create a virtual environment just for micropipenv which would make our images way bigger
We discussed this today on SCL meeting and decided that we'll keep this open. There are no issues related to older or buggy version of Pipenv in S2I containers. We can wait for a while and when any issue comes we can solve them by using micropipenv only for Python 3 or any other way we'll discover in the meantime.
It seems that micropipenv might be a good alternative for pipenv in S2I images because it's a light piece of software and pipenv seems to be unmaintained for a while.
The main problem is that micropipenv does not support Python 2 which means that we can:
We discussed this today on SCL meeting and decided that we'll keep this open. There are no issues related to older or buggy version of Pipenv in S2I containers. We can wait for a while and when any issue comes we can solve them by using micropipenv only for Python 3 or any other way we'll discover in the meantime.