How To
Choose the correct wheel (whl) file for a Python package
2 min
for swimlane api and tasks, using py37 none manylinux1 x86 64 for python 3 7 and py312 none manylinux1 x86 64 for python 3 12 is a good start however, if you want to check if any other distributions are supported, follow the steps below step 1 identify the pip and python version kubectl exec \<swimlane tasks pod> pip v step 2 choose the compatible manylinux tag from the chart below using the information collected from the previous step above source https //github com/pypa/manylinux sample $ kubectl describe deployments/swimlane tasks | grep image image 10 96 0 62/swimlane platform/swimlane tasks 10 8 1 $ kubectl exec swimlane tasks 64d47b786f hwrt6 pip v pip 22 0 3 from /home/swimlane/ pyenv/versions/3 7 12/lib/python3 7/site packages/pip (python 3 7) based on the output above, one can use cp37 cp37m manylinux1 x86 64 or cp37 cp37m manylinux2010 x86 64 or cp37 cp37m manylinux2014 x86 64 to view other compatible tags, please run $ kubectl exec \<swimlane tasks pod> pip debug verbose