Replies: 2 comments 7 replies
-
Could you please also verify if https://github.com/pypa/setuptools/blob/v70.0.0/pkg_resources/__init__.py#L3342-L33607 |
Beta Was this translation helpful? Give feedback.
5 replies
-
We also experience this bug when iterating over entry points. Anything I could do to help in reproducing? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm trying to debug an error that emerged since upgrading setuptools to 70.0.0. When running Deluge, it gives me the following error:
I've tried to recompile Deluge, reinstall all python modules, to no success. The supposedly undefined function is in fact present at
python3.11/site-packages/setuptools/unicode_utils.py
. Is this a bug on setuptools side or Deluge? I'm on Python 3.11.9Beta Was this translation helpful? Give feedback.
All reactions