you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 2 years ago (1 child)

packaging woes

Even with tools like Poetry?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 2 years ago

    The endless packaging solutions for python is exactly the flaw that they're talking about.

    Packaging a python application to work over an air-gap is extremely painful. Half the time its easier to make a docker container or VM just to avoid the endless version mismatch pain.

  • source
  • parent