Skip to content
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

[BUG][Minor] get-uls.sh requires pip 22.2 #58

Closed
bitonio opened this issue Mar 19, 2024 · 3 comments
Closed

[BUG][Minor] get-uls.sh requires pip 22.2 #58

bitonio opened this issue Mar 19, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@bitonio
Copy link
Collaborator

bitonio commented Mar 19, 2024

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.

@bitonio bitonio added the bug Something isn't working label Mar 19, 2024
@bitonio bitonio changed the title [BUG][Minor] [BUG][Minor] get-uls.sh requires pip 22.2 Mar 19, 2024
@bitonio
Copy link
Collaborator Author

bitonio commented Mar 19, 2024

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

@MikeSchiessl
Copy link
Collaborator

It is available in the current "development" branch and will be GA in v1.7.3

@MikeSchiessl
Copy link
Collaborator

fixed in Version 1.7.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants