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

Error: No module named flask #25

Closed
gabrielwpulido opened this issue Dec 31, 2017 · 4 comments
Closed

Error: No module named flask #25

gabrielwpulido opened this issue Dec 31, 2017 · 4 comments

Comments

@gabrielwpulido
Copy link

Hi guys, I've installed trape and all dependencies through pip install -r dependencies.txt, but when I run python trape -u www.example.com -p 80 it gaves me this message "Error: No module named flask", So I have no idea which is the problem. Thanks in advance for your help.

@ubaidsworld
Copy link

@gabrielwpulido You say that you have tried thispip install -r dependencies.txt. Please check if dependencies.txt has flask included in it or not. It will be better if you use the requirements.txt file from the repository like pip install -r requirements.txt. Else install flask with pip like pip install flask. I guess this will resolve your issue.

@st4nn st4nn closed this as completed Jan 10, 2018
@eghosa02
Copy link

i've a similar problem. the terminal show [x]ERROR: no module named ngrok

@Mr-Virtual
Copy link

I have aldready instalk flask but still it's giving same error have I have to upgrade the system throught apt-get upgrade

@vaibhav-rm
Copy link

i've a similar problem. the terminal show [x]ERROR: no module named ngrok

Its easy just install ngrok .ps just see a totural on youtube how to install ngrok

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

6 participants