question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Please support newer versions of humanfriendly

See original GitHub issue

The azure-cli-core package currently depends on humanfriendly~=4.7 meaning the minimum version is 4.7 and the maximum version supported is 5.0.

The current upstream version is 7.1.1 (https://pypi.org/project/humanfriendly) and in openSUSE, humanfriendly got just bumped to 5.0 making azure-cli-core uninstallable.

I will try to relax the dependency of the openSUSE package a bit and see if it works with 5.0 as well, but in any case, it would be desirable if newer versions of humanfriendly could be supported.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jiaslicommented, Mar 25, 2020

Done. Thank you for the feedback.

1reaction
berneycommented, Feb 25, 2020

This is causing ScoutSuite, a handy tool for auditing cloud environments, to crash regardless of which cloud a user wants to audit (e.g. even trying to audit AWS will cause it to crash) because of Azure CLI’s very old crusty dependencies.

See https://github.com/nccgroup/ScoutSuite/issues/654

It would be good to keep your dependencies relatively up to date so that you play nicely with the rest of the ecosystem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

humanfriendly - PyPI
The humanfriendly package is currently tested on Python 2.7, 3.5+ and PyPy (2.7) on Linux and macOS. While the intention is to support...
Read more >
humanfriendly dependency with conflicting version requirements
I am able to run scout successfully with both of them in their latest version. Full console output: $ python3 -m venv scout...
Read more >
API documentation — humanfriendly 10.0 documentation
Human friendly input/output (text formatting) on the command line based on the Python package with the same name. Supported options: Option, Description. -c...
Read more >
How to resolve python humanfriendly error: ImportError cannot ...
The conda-forge version does. I used conda remove humanfriendly. then conda install --channel "conda-forge" humanfriendly. Problem ...
Read more >
582340 – X server logs need human-friendly timestamps
Making this human readable would help enormously in debugging problems where log ... Before reporting bugs in pre-release versions please check the latest...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found