fastapi-builder icon indicating copy to clipboard operation
fastapi-builder copied to clipboard

py 12 版本中 pkg_resources 模块迁移到了 importlib

Open fmw666 opened this issue 1 year ago • 0 comments

如果使用 py 12 版本安装项目,会出现 pkg_resources 找不到问题,使用 import importlib.resources as pkg_resources 替换即可

fmw666 avatar Apr 08 '24 13:04 fmw666