Building Wheels in Python

2023-12-21 | #podman #pypi #python #wheel

The other day an office colleague presented me with a problem. He was deploying a Python app whose one of the dependency was Gssapi. He wanted to deploy onto a rhel8 server which had only Python installed. Now for that, we need to give all dependencies in a single folder. Surprisingly this Gssapi package Linux wheel was not present in the pypi.

Continue reading 