Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Flask Not Found #1353

Open
katesaikishore opened this issue Apr 28, 2019 · 1 comment
Open

Flask Not Found #1353

katesaikishore opened this issue Apr 28, 2019 · 1 comment

Comments

@katesaikishore
Copy link

Mac OS: Mojave
Arch: 64x

➜ Empire git:(master) ✗ ./empire
Traceback (most recent call last):
File "./empire", line 5, in
from flask import Flask, request, jsonify, make_response, abort, url_for
ImportError: No module named flask

@Depharms
Copy link

Depharms commented Jul 9, 2019

You need install all requirements packages.
For Ubuntu 19.04:

  • cd ./setup
  • sudo pip install -r "requirements.txt"
  • sudo install.sh

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants