Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- IsikaParticipant
i have fixed it, i installed pip manually
IsikaParticipant┌──(root㉿kali)-[/home/kali/dystopia-c2]
└─# python3 builder.py
Traceback (most recent call last):
File “/home/kali/dystopia-c2/builder.py”, line 8, in <module>
from prettytable import PrettyTable
ModuleNotFoundError: No module named ‘prettytable’IsikaParticipantI get the following error when i input ./setup.sh
“ERROR: Could not find a version that satisfies the requirement subprocess (from versions: none)”
“ERROR: No matching distribution found for subprocess”
and when i try python builder.py or python3 builder.py it doesn’t open the builder. - AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)