Skip to content

DeprecationWarning: pkg_resources is deprecated as an API #2974

Closed
@oasis-AI

Description

@oasis-AI

系统版本 (System Version)
linux

gunicorn 版本 (Software version)
20.1.0

发生了什么?预计会发生什么 (What happened? what did you expect to happen?)

pytest

运行测试命令后出现警告

.venv/lib/python3.11/site-packages/pkg_resources/__init__.py:121
.venv/lib/python3.11/site-packages/pkg_resources/__init__.py:121: DeprecationWarning: pkg_resources is deprecated as an API
    warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning)

相关日志输出文本 (Relevant log output)
No response

删除pkg_resources 包后

.venv/lib/python3.11/site-packages/gunicorn/config.py:20: in <module>
    from gunicorn import __version__, util
.venv/lib/python3.11/site-packages/gunicorn/util.py:25: in <module>
    import pkg_resources
E   ModuleNotFoundError: No module named 'pkg_resources

当我再删除gunicorn包后

pytest

就没有警告了

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions