Unable to Run/Test Python Scripts with Binary Installation in Alma Linux 10
I have an Alma Linux 10 host that I'm trying to use as a test platform with Windmill for the litany of Python scripts we've been running with another platform. I've been running into an issue that that it seems like Python cannot be resolved:
I was originally getting an error saying that UV could not be found, despite UV being installed as a system package. I installed it with
I was originally getting an error saying that UV could not be found, despite UV being installed as a system package. I installed it with
python3 -m pip install uv and that seems to have resolved the issue of UV not being found, although I'm not sure if this is related. Alma Linux 10 ships with Python 3.12.12, could that be the issue?