We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On a fresh Rocky 9, the get-uls.sh script spills out some pip error due to the argument --dry-run introduced at version 22.2.
get-uls.sh
--dry-run
# pip3 --version pip 21.2.3 from /usr/lib/python3.9/site-packages/pip (python 3.9)
To simple solve the issue, upgrade pip with pip install --upgrade pip. There might be other option with the dnf package manager.
pip install --upgrade pip
The text was updated successfully, but these errors were encountered:
I made some change to detect pip version and that should offer a better experience on old systems:
[root@172-XXX-XXX-XX ~]# bash get-uls.sh AKAMAI _/ _/ _/ _/_/_/ _/ _/ _/ _/ _/ _/ _/ _/_/ _/ _/ _/ _/ _/_/ _/_/_/_/ _/_/_/ Unified Log Streamer - Installer Available ULS modules: eaa: Enterprise Application Access etp: Secure Internet Access Enterprise mfa: Akamai phishproof MFA gc: Akamai Guardicore Segmentation ln: Linode Audit log More about supported feed: https://github.com/akamai/uls/blob/main/docs/LOG_OVERVIEW.md pip3 version must be >= 22.2, version detected: 21.2.3 Consider upgrading your PIP version with command: /usr/bin/pip3 install --upgrade pip
Sorry, something went wrong.
It is available in the current "development" branch and will be GA in v1.7.3
fixed in Version 1.7.3
bitonio
MikeSchiessl
No branches or pull requests
On a fresh Rocky 9, the
get-uls.sh
script spills out some pip error due to the argument--dry-run
introduced at version 22.2.# pip3 --version pip 21.2.3 from /usr/lib/python3.9/site-packages/pip (python 3.9)
To simple solve the issue, upgrade pip with
pip install --upgrade pip
.There might be other option with the dnf package manager.
The text was updated successfully, but these errors were encountered: