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

NameError: name 'system' is not defined #11

Open
Meytiz opened this issue Nov 22, 2023 · 4 comments
Open

NameError: name 'system' is not defined #11

Meytiz opened this issue Nov 22, 2023 · 4 comments

Comments

@Meytiz
Copy link

Meytiz commented Nov 22, 2023

\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?

@new92
Copy link
Owner

new92 commented Nov 22, 2023

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

cd IAM
git pull

@Meytiz
Copy link
Author

Meytiz commented Nov 22, 2023

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
Copy link
Author

Meytiz commented Nov 22, 2023

windows installer.
how fix that's.

@new92
Copy link
Owner

new92 commented Nov 22, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants