Comment 5 for bug 1946340

Revision history for this message
Gunju Kim (gjkim) wrote (last edit ):

I think this issue has occurred since https://opendev.org/openstack/requirements/commit/1ac14394617d226808d3ce5adf01d93f874cc1ba.

I am not familiar with python packaging.
IMHO, there are some workarounds
1. pin setuptools to 58.0.0 or lower (This works for me.)
2. replace all suds-jurko dependencies with suds-community as suds-jurko has not been maintained long ago.