No module named pkg_resources 发布时间:2026/6/26 21:32:50 No module named pkg_resources解决方法pip install setuptools69.5.1python -c import pkg_resources; print(OK)