-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pip install --azure-cli fails on Ubuntu 14.04 #2366
Comments
16.04 seemed to work just fine after |
I experienced the same issue, even after installing the prerequisites. The curl script was successful. @derekbekoe is there a way to run the curl script with prompts? |
This looks the same as #1308. |
Running with --pre failed for a different reason, but for @devigned here's what did work (thanks to @derekbekoe): After you install the pre-reqs, run: This will install the latest version of PIP. If you do what Ubuntu suggest and do
THEN... az should work for you. 😄 |
@derekbekoe |
Ultimately the reason this failed was the ancient version of Pip that Ubuntu 14 fetches with apt-get. @devigned are there any remaining action items for this issue or can it be closed? |
Nah, we can close this. I mostly wanted to make sure there was an issue out here for this as it's likely someone will come across this. |
Steps to reproduce:
Create a new VM
SSH into the VM and run
The text was updated successfully, but these errors were encountered: