You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because setuptools and distutils no longer handle uploads (as deprecated for a while), this module no longer provides any functionality for setuptools/distutils themselves and was removed.
setuptools version
75.0.0
Python version
python3.11
OS
Windows 11 WSL 2 Debian
Additional environment information
No response
Description
all the recent 75.x.x versions introduced an error which prevents pipenv locking from working on projects which were setting the DEFAULT_REPOSITORY:
with the error:
I didn't see any release notes about 75.x stating this functionality had been removed. Was this functionality removed on purpose?
Expected behavior
no error
How to Reproduce
create package with above source in the setup.py
Output
"ImportError: cannot import name 'config' from 'distutils' (/home/amohr/venv/lib/python3.11/site-packages/setuptools/_distutils/__init__.py)\n"
The text was updated successfully, but these errors were encountered: