devalexanderdaza / yowsapp-framework

Yowsaapp Framework
15 stars 2 forks source link

No module named 'flask' #14

Closed jesusvalverde closed 5 years ago

jesusvalverde commented 5 years ago

After a fresh and clean Ubuntu AWS server and perfome a simple of the book install

git clone https://github.com/devalexanderdaza/yowsapp-framework.git cd yowsapp-framework ./yowsapp_installer.sh mv config_example.py config.py sudo nano config.py

** and fill the info

I do perfome a Small test and get Traceback (most recent call last): File "run.py", line 10, in from app.layer import MacLayer File "/home/ubuntu/yowsapp-framework/app/layer.py", line 6, in from app.utils import helper File "/home/ubuntu/yowsapp-framework/app/utils/helper.py", line 4, in from flask import make_response ModuleNotFoundError: No module named 'flask'

I have to add pip3 install flask

and now everthing working fine.

jesusvalverde commented 5 years ago

This can be done 'cos the AssertionError is solved over yowsup.

https://github.com/devalexanderdaza/yowsapp-framework/issues/11

devalexanderdaza commented 5 years ago

Flask fixed on this commit