Skip to content

micropipenv as an alternative for pipenv for S2I images #368

Open
@frenzymadness

Description

@frenzymadness

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    • Status

      No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions