You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm having trouble starting framework.py. I've had to fix several issues with installation, I'm running the minimal kali AMI on an EC2 server so I've had to install certain dependencies and change some configuration files to get this far. But ever since the first time I tried running framework.py I get this error and can't seem to figure it out.
Traceback (most recent call last): File "./framework.py", line 6, in <module> import serial ImportError: No module named serial
It's the last step to getting it running and it's doing my nut in, any help is appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I'm having trouble starting framework.py. I've had to fix several issues with installation, I'm running the minimal kali AMI on an EC2 server so I've had to install certain dependencies and change some configuration files to get this far. But ever since the first time I tried running framework.py I get this error and can't seem to figure it out.
Traceback (most recent call last): File "./framework.py", line 6, in <module> import serial ImportError: No module named serial
It's the last step to getting it running and it's doing my nut in, any help is appreciated.
Thanks
The text was updated successfully, but these errors were encountered: