MicrosoftDocs/azure-docs-cli

Installing azure-cli 2.39 on RHEL 8 fails if python39 is not found.

Opened this issue · 2 comments

Prerequisites

  • Write a descriptive title.
  • Search the existing issues.
  • I am reporting the documentation problem for the current version of Azure CLI.

Azure CLI version being used

2.39.0

Link to affected document

https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux

Description of the documentation error

`Error:
Problem: cannot install the best candidate for the job

  • nothing provides python39 needed by azure-cli-2.39.0-1.el8.x86_64
    (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)`

Suggested fix

Options.

  1. Current doc says required python is 3.6, so change it properly reflect python 3.9 as a dependency.
  2. Fix the dependency in the package to 3.6, as is documented.

Thanks for the feedback! We have assigned the issue to the content author to further review this and update the document as appropriate.

This has been moved toto Azure/azure-cli source code repository issue #26341