Skip to content

Fix the version of the dependent libraries #322

Description

@FumingZhang

Since yesterday, my CI started to report errors when using a fixed version (0.1.32) of azdev to setup azure-cli and the error message is something like ModuleNotFoundError: No module named 'colorama'.

I found the reason is knack removed this lib in PR #249 and so did azdev in PR #321. However, the version of the dependent library knack in azdev's setup.py is not fixed, even if a fixed version of azdev is installed, the latest knack will still be installed through the dependencies, and the colorama library that the old version of azdev depends on is no longer installed.

I would like to ask if the maintainers could fix the version of the dependent libraries to avoid similar issues.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions