trympet/lockdown-browser-bypass-macos

it says that there is no module called cocoa

xyr3x0 opened this issue · 1 comments

when I start the script I receive this error
Traceback (most recent call last):
File "lockdown-bypass.py", line 4, in
from Cocoa import *
ImportError: No module named Cocoa

is there a way to manually install the module?

Hi. I updated the readme with more detailed installation instructions. You can install the missing dependencies (Cocoa) with
$ pip3 install -r requirements.txt