### ImportError: No module named flask导包失败

768 阅读1分钟

1.git 下载

git clone https://github.com/pallets/flask

2. 安装

cd flask
python setup.py install