前言 flask+mysql 安装sqlalchemy pip安装 pip install -U Flask-SQLAlchemy 源码安装: python setup.py install 两种安装方式,我使用第一种安装方式: 安装依赖 pip install mysqlclient