This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: "import setuptools" Results in "ModuleNotFoundError: No module named '_distutils_hack'"
Type: behavior Stage: resolved
Components: Distutils Versions: Python 3.9
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: dstufft, eric.araujo, steve.dower, sy
Priority: normal Keywords:

Created on 2020-10-30 08:16 by sy, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pic.png sy, 2020-10-30 08:23
Messages (1)
msg386236 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2021-02-03 18:04
Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils.

If this issue does not relate to distutils, please remove the component and reopen it. If you believe it still requires a fix, most likely the issue should be re-reported at https://github.com/pypa/setuptools
History
Date User Action Args
2022-04-11 14:59:37adminsetgithub: 86370
2021-02-03 18:04:25steve.dowersetstatus: open -> closed

nosy: + steve.dower
messages: + msg386236

resolution: out of date
stage: resolved
2020-10-30 08:24:20sysetfiles: - pic.png
2020-10-30 08:23:25sysetfiles: + pic.png
2020-10-30 08:16:48sycreate