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
>>> import suds
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.7/dist-packages/suds/__init__.py", line 28, in <module>
from version import __build__, __version__
ModuleNotFoundError: No module named 'version'
The text was updated successfully, but these errors were encountered:
More information here on the change is in the GitHub issue pypa/setuptools#2086 and in the setuptools ChangeLog https://setuptools.readthedocs.io/en/latest/history.html#v58-0-0
We now get
The text was updated successfully, but these errors were encountered: