<div dir="ltr"><div>Hi all,</div><div><br></div><div>I think the recent release of <a href="https://pypi.org/project/python-debian/">https://pypi.org/project/python-debian/</a> (version 0.1.42) is currently broken.</div><div><br></div><div>The current error I am seeing is like the following:</div><div><br></div><div>$ python3<br>Python 3.6.10 (default, Dec 19 2019, 23:04:32) <br>[GCC 5.4.0 20160609] on linux<br>Type "help", "copyright", "credits" or "license" for more information.<br>>>> from debian.deb822 import Release<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>  File "/home/josh/Dev/blah/.venv/lib/python3.6/site-packages/debian/deb822.py", line 309, in <module><br>    from debian._util import (<br>  File "/home/josh/Dev/blah/.venv/lib/python3.6/site-packages/debian/_util.py", line 15, in <module><br>    """<br>AttributeError: 'TypeVar' object attribute '__doc__' is read-only<br>>>> <br>(.venv) josh@simula:~/Dev/blah$ pip freeze | grep python-deb<br>python-debian==0.1.42</div><div><br></div><div><br></div></div>