Comment 3 for bug 1874250

Revision history for this message
David S (daveman1010220) wrote :

I ran your command:

python3 -c "import distro_info; print(distro_info.UbuntuDistroInfo().version('eoan'))" 35.7s  Thu 23 Apr 2020 09:38:42 PM EDT
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: 'UbuntuDistroInfo' object has no attribute 'version'

Basically, same error the installer gives me.