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
Hi, when distro is not installed, it uses platform as distro, though, platform does not have an linux_distribution() method. It will raise an error. A workaround is to either forcibly install distro or using platform.uname() as an alternate.