defaultnamehere / tinder-detective

Find your Facebook friends' Tinder profiles. Don't actually use this by the way that's weird. Not even in a good way.
MIT License
701 stars 60 forks source link

No module named 'flask' #35

Open LKSME opened 8 years ago

LKSME commented 8 years ago

Running ubuntu 16.04 LTS and when i Run python3 app.py File "app.py " . line 3 , in from flask import Flask , render_template ImportError: No module named 'flask'

Yes i did run pip -r requierments.txt

KillianDavitt commented 8 years ago

Possibly you have run pip2.x for python2 and will need to run pip3 to ensure the modules are installed for python3.

Not sure if this is the problem

LKSME commented 8 years ago

Yup that solved the Problem, Thanks :)

It runs but now when I access it over the Browser i get a api.MoralityExecption Something Wrong with my Facebook tokens?

KillianDavitt commented 8 years ago

When you open the page in your browser, you need to go back to the command line and answer the questions there. I think that's the problem.

efraim-il commented 7 years ago

Codeweylin, can you please help me? I have the same issue

"Traceback (most recent call last): File "app.py", line 3, in from flask import Flask, render_template ImportError: No module named 'flask"

Did sudo apt-get install python-pip + sudo apt-get install python3-pip and a few more but it didn't helped... :-(

Thanks