Open adrian-soto opened 5 years ago
As it turns out, python3.8+ no longer ships with the linux_distribution function in the platform module (see https://bugs.python.org/issue28167). The docs recommend instead to use the homonym function from the distro package. This pull request
linux_distribution
platform
distro
I submitted #8 as an alternative solution to the same problem.
i am creating new module with syncronous asyncronous and cli named PyIpify
As it turns out, python3.8+ no longer ships with the
linux_distribution
function in theplatform
module (see https://bugs.python.org/issue28167). The docs recommend instead to use the homonym function from thedistro
package. This pull requestdistro
packagelinux_distribution
fromdistro