PaloAltoNetworks / userid-check

Tool to check for PANOS Devices and Agents with Certificates that will expire on 11-18-24
2 stars 2 forks source link

Error message while running #3

Open wjcoats opened 1 week ago

wjcoats commented 1 week ago

Describe the bug

Expected behavior

Current behavior

Possible solution

Steps to reproduce

  1. run the command python3 userid-check.py or python3 userid-check.py -h

Screenshots

Context

Your Environment

rlemm-pan commented 5 days ago

could you please provide the error you were receiving? Thanks...

wjcoats commented 5 days ago

Here is what I am receiving.

C:\Users\william.coats\Downloads\userid-check-main>python3 userid-check.py -h Traceback (most recent call last): File "C:\Users\william.coats\Downloads\userid-check-main\userid-check.py", line 14, in from rich.console import Console ModuleNotFoundError: No module named 'rich'

C:\Users\william.coats\Downloads\userid-check-main>python3 userid-check.py Traceback (most recent call last): File "C:\Users\william.coats\Downloads\userid-check-main\userid-check.py", line 14, in from rich.console import Console ModuleNotFoundError: No module named 'rich'

Thank you

Wiilliam Coats


From: rlemm-pan @.> Sent: Tuesday, October 1, 2024 11:39 AM To: PaloAltoNetworks/userid-check @.> Cc: wjcoats @.>; Author @.> Subject: Re: [PaloAltoNetworks/userid-check] Error message while running (Issue #3)

could you please provide the error you were receiving? Thanks...

— Reply to this email directly, view it on GitHubhttps://github.com/PaloAltoNetworks/userid-check/issues/3#issuecomment-2386484081, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACAB63KB3JTEVCXPTFPHAK3ZZLF3FAVCNFSM6AAAAABO5MMTJOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBWGQ4DIMBYGE. You are receiving this because you authored the thread.

rlemm-pan commented 2 days ago

there is a requirements.txt reference to which modules are required. Please run this command to install them:

pip install -r requirements.txt

or

pip3 install -r requirements.txt