Skip to content

pkg_resources is deprecated as an API for python 3.13.5 #8536

@mgraugal

Description

@mgraugal

When installing monai and importing in python 3.13.5, we get a deprecation warning:

Python 3.13.5 (main, Jul 28 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-5)] on linux
Type "help", "copyright", "credits" or "license" for more information.

import monai
/data/devspace/marc/game-on-autoptz/venv/lib64/python3.13/site-packages/monai/utils/module.py:399: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
pkg = import(module) # top level module

This would need to be solved in future updates to prevent from breaking

Metadata

Metadata

Labels

github_actionsPull requests that update GitHub Actions code

Type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions