On 1/3/23 14:51, Felix Yan wrote:
Hi all,
python-packaging 22.0 was removed from [testing] due to incompatibility
with setuptools [1].
[1] https://github.com/pypa/setuptools/discussions/3722
Felix - Thanks for letting us know and reverting.
I did see problems ( version rather than legacy_version as per above
issue) - but perhaps same underlying problem )
But you had reverted and fixed it so fast I didn't pursue.
Thank you
gene
This is the last couple lines I see of first exception:
...
import setuptools
File "/usr/lib/python3.10/site-packages/setuptools/__init__.py", line
36, in <module>
__version__ = setuptools.version.__version__
AttributeError: partially initialized module 'setuptools' has no
attribute 'version' (most likely due to a circular import)