🗒️fastapi记录
2023-12-6
| 2023-12-6
0  |  0 分钟
type
status
date
slug
summary
tags
category
icon
password
为了用fastapi,环境依赖挺折腾的。记录几个关键信息:
  • 版本
不要使用低版本Python,比如3.6,可能会有很多报错。另外,尽量使用centos。
Python-3.9.10
  • 命令
python3 -m pip install --upgrade pip -- user python3 -m pip install --user mysql-connector-python fastapi sqlalchemy pydantic sqlalchemy_utils uvicorn
python html表格样式参考python Excel处理特殊字符写入多个sheet
目录