Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wand/wand/api.py
Line 169 in a774fe6
AttributeError: module 'platform' has no attribute 'linux_distribution'
platform.linux_distribution
The text was updated successfully, but these errors were encountered:
[Discord] Handle Attribute Error when importing Wand
dc722ab
emcconville/wand#456
Thanks for this. I'll have this patch shortly
Sorry, something went wrong.
Check for linux_distribution() method before attempting to identify d…
8a2bda1
…istro. #456
Closing as patch was released with Wand 0.5.9
[Discord] Remove handling of Attribute Error when importing Wand
556e1b8
emcconville/wand#456 resolved with Wand 0.5.9
No branches or pull requests
wand/wand/api.py
Line 169 in a774fe6
AttributeError: module 'platform' has no attribute 'linux_distribution'
, asplatform.linux_distribution
was removed in Python 3.8:https://bugs.python.org/issue28167
python/cpython#6871
python/cpython@8b94b41
The text was updated successfully, but these errors were encountered: