Thigh CandyT
Windmill2mo ago
23 replies
Thigh Candy

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:
ExecutionErr: execution error:
Error: 
  × No solution found when resolving python:
  ╰─▶ Because you require python , we can conclude that your requirements are unsatisfiable.

  All versions: 

                
 @python_versions.rs:227:14


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?
Was this page helpful?