BrandonJoffe / home_surveillance

Home surveillance system with facial recognition
1.22k stars 384 forks source link

flack error when run WebApp.py #60

Closed diamondbarcode closed 5 years ago

diamondbarcode commented 5 years ago

hi, i try to run this with the latest python 3.6 from anaconda i can't seem to get it to work ..

i keep get this error, i cant seem to find a fix to it.

XXXXXXXX@AI-DL:~/home_surveillance/system$ python WebApp.py Traceback (most recent call last): File "WebApp.py", line 20, in from flask.ext.uploads import UploadSet, configure_uploads, IMAGES ModuleNotFoundError: No module named 'flask.ext'

diamondbarcode commented 5 years ago

i figure out how to fix it

SaddamBInSyed commented 4 years ago

if anyone facing the above issue the below is my answers:

when you install docker it has all necessary dependencies. So just install the

python Webapp.py (don't use python3...)

Hope this helps