-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Describe the bug
I tried to install azure-devops extension usin AZ CLI, but got an error that "file not found".
- I tried to do that with Python outside of Azure CLI and succeeded.
- I tried to do that with embeded Azure CLI Python and got an error:
C:\Program Files\Microsoft SDKs\Azure\CLI2\Scripts>pip install azure-devops
Fatal error in launcher: Unable to create process using '"D:\a_work\1\s\build_scripts\windows\artifacts\Python\python.exe" "C:\Program Files\Microsoft SDKs\Azure\CLI2\Scripts\pip.exe" install azure-devops': The system cannot find the file specified.
It seems that this is packaging error.
Related command
C:\Program Files\Microsoft SDKs\Azure\CLI2\Scripts>pip install azure-devops
Important: this is INTERNAL AZ CLI command, not external Python.
Errors
Fatal error in launcher: Unable to create process using '"D:\a_work\1\s\build_scripts\windows\artifacts\Python\python.exe" "C:\Program Files\Microsoft SDKs\Azure\CLI2\Scripts\pip.exe" install azure-devops': The system cannot find the file specified.
Issue script & Debug output
C:\Program Files\Microsoft SDKs\Azure\CLI2\Scripts>pip install azure-devops
Fatal error in launcher: Unable to create process using '"D:\a_work\1\s\build_scripts\windows\artifacts\Python\python.exe" "C:\Program Files\Microsoft SDKs\Azure\CLI2\Scripts\pip.exe" install azure-devops': The system cannot find the file specified.
Expected behavior
No error..
Environment Summary
az version
{
"azure-cli": "2.76.0",
"azure-cli-core": "2.76.0",
"azure-cli-telemetry": "1.1.0",
"extensions": {}
}
Additional context
No response