it says that there is no module called cocoa
xyr3x0 opened this issue · 1 comments
xyr3x0 commented
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?
trympet commented
Hi. I updated the readme with more detailed installation instructions. You can install the missing dependencies (Cocoa) with
$ pip3 install -r requirements.txt