Skip to content

Remove deprecated and unused import distutils.#506

Merged
zivy merged 1 commit into
InsightSoftwareConsortium:mainfrom
zivy:removeUnusedImport
Jul 1, 2026
Merged

Remove deprecated and unused import distutils.#506
zivy merged 1 commit into
InsightSoftwareConsortium:mainfrom
zivy:removeUnusedImport

Conversation

@zivy

@zivy zivy commented Jul 1, 2026

Copy link
Copy Markdown
Member

Old import of distutils that was removed in Python 3.12 detected due to changes in pip.

Previously pip included setuptools as default
dependency and that included distutils so did not
cause issues. Pip no longer includes setuptools
as defualt dependency, so exposed the issue.

Old import of distutils that was removed in Python
3.12 detected due to changes in pip.

Previously pip included setuptools as default
dependency and that included distutils so did not
cause issues. Pip no longer includes setuptools
as defualt dependency, so exposed the issue.
@zivy zivy merged commit 4e33f62 into InsightSoftwareConsortium:main Jul 1, 2026
9 checks passed
@zivy zivy deleted the removeUnusedImport branch July 1, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant