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

安装在MacOSX上失败,如何解决? #43

Open
shenhua0230 opened this issue Jan 21, 2019 · 2 comments
Open

安装在MacOSX上失败,如何解决? #43

shenhua0230 opened this issue Jan 21, 2019 · 2 comments

Comments

@shenhua0230
Copy link

shenhua0230 commented Jan 21, 2019

Traceback (most recent call last):
File "POC-T.py", line 7, in
from lib.cli import main
File "/opt/POC-T/POC-T/lib/cli.py", line 10, in
from lib.controller.loader import loadModule, loadPayloads
File "/opt/POC-T/POC-T/lib/controller/loader.py", line 14, in
from lib.controller.api import runApi
File "/opt/POC-T/POC-T/lib/controller/api.py", line 13, in
from lib.api.google.pack import GoogleSearch
File "/opt/POC-T/POC-T/lib/api/google/pack.py", line 7, in
from googleapiclient.discovery import build
ImportError: No module named googleapiclient.discovery

@starnightcyber
Copy link
Contributor

pip install -r requirement.txt
应该就能解决你的问题了。

@psychomad
Copy link

If you have python3 as default force pip installation with:

pip2 install -r requirements.txt

should work

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

3 participants