IAM icon indicating copy to clipboard operation
IAM copied to clipboard

NameError: name 'system' is not defined

Open Meytiz opened this issue 1 year ago • 4 comments

\IAM\IAM.py:197: SyntaxWarning: invalid escape sequence '\ ' print(f"{green}[*] Path must contain: / or \ ") [!] WARNING: Not all packages used in IAM have been installed ! [+] Ignoring warning... Traceback (most recent call last): File "C:\Users\m.yth\Downloads\IAM\IAM.py", line 36, in from rich.align import Align ModuleNotFoundError: No module named 'rich'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\m.yth\Downloads\IAM\IAM.py", line 117, in system("pip3 install -r requirements.txt") ^^^^^^ NameError: name 'system' is not defined

how Fix that's?

Meytiz avatar Nov 22 '23 06:11 Meytiz

Hey @Meytiz did you follow the installation process ? Also, made some changes now try updating the script using this command:

cd IAM
git pull

new92 avatar Nov 22 '23 07:11 new92

Traceback (most recent call last): File "C:\Users\m.yth\Downloads\IAM\IAM.py", line 36, in from rich.align import Align ModuleNotFoundError: No module named 'rich'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\m.yth\Downloads\IAM\IAM.py", line 116, in system("pip3 install -r requirements.txt") ^^^^^^ NameError: name 'system' is not defined

Meytiz avatar Nov 22 '23 07:11 Meytiz

windows installer. how fix that's.

Meytiz avatar Nov 22 '23 12:11 Meytiz

Ok let me check it and I'll get back to you.

new92 avatar Nov 22 '23 16:11 new92