BrandonJoffe / home_surveillance

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

module not found error #55

Open yemrekula0748 opened 5 years ago

yemrekula0748 commented 5 years ago

error :( https://ibb.co/caBBZT

olivierognn commented 5 years ago

that's because you're launching the app from the client and not from the container

diamondbarcode commented 5 years ago

i have the same problem .. how to run it from container? i could not find the system folder that contain WebApp.py ..

acemi1 commented 5 years ago

i have the same problem .. how to run it from container? i could not find the system folder that contain WebApp.py ..

https://github.com/BrandonJoffe/home_surveillance/issues/19#issuecomment-431705743

acemi1 commented 5 years ago

error :( https://ibb.co/caBBZT

I am not sure, I got the same no module named "flask" error when I tried python3 WebApp.py But when I tried python WebApp.py I didn't see an error

Türkçe: Emin değilim, Ben de python3 WebApp.py olarak denediğimde aynı, no module named "flask" hatasını aldım Ancak python WebApp.py olarak denediğimde, hata ile karşılaşmadım