Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setuptools.dep_util is deprecated and will be removed soon. Alternative suggested in setuptools.modified. #3692

Open
abravalheri opened this issue May 15, 2024 · 1 comment

Comments

@abravalheri
Copy link

from setuptools import dep_util, find_packages, setup

This is the warning currently in place
https://github.com/pypa/setuptools/blob/v69.5.1/setuptools/dep_util.py#L5-L16.

@mshurutov
Copy link

mshurutov commented Jun 9, 2024

setuptools-70.0.0 not have a dep_util:

Traceback (most recent call last):
  File "/tmp/portage/app-admin/cobbler-3.3.4/work/cobbler-3.3.4/setup.py", line 13, in <module>
    from setuptools import dep_util
ImportError: cannot import name 'dep_util' from 'setuptools' (/usr/lib/python3.12/site-packages/setuptools/__init__.py)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants