gopidesupavan commented on issue #54209:
URL: https://github.com/apache/airflow/issues/54209#issuecomment-3165673782

   > I think you should use "path to python" (that's what venv expects) - 
"python" is not a valid path ?
   
   nah this was failing to create venv given provided path, the command its 
running this one eg:
   
   ```
   Executing cmd: uv venv --allow-existing --seed --python python 
/var/folders/36/wmkhxjrx523cl98ggtm496m00000gn/T/venvwf85vx2b
   ```
   
   ```
   Output:: source="airflow.utils.process_utils"
   [2025-08-07, 16:25:34] INFO -   × No interpreter found for executable name 
`python` in managed installations: source="airflow.utils.process_utils"
   [2025-08-07, 16:25:34] INFO -   │ or search path: 
source="airflow.utils.process_utils"
   ```
   
   so here --python python is not recognising as valid interpreter.  as per 
this https://docs.astral.sh/uv/reference/cli/#uv-python the request format we 
are using wrong? 🤔 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to