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
Installing the version 6.0 release candidate and running spp describe-packets on Python 3.10 results in:
AttributeError: module 'logging' has no attribute 'getLevelNamesMapping'
The getLevelNamesMapping was only added in 3.11. We can add our own mapping in for now to support lower versions with a note to remove it once we only support 3.11+
The text was updated successfully, but these errors were encountered:
Installing the version 6.0 release candidate and running
spp describe-packets
on Python 3.10 results in:The
getLevelNamesMapping
was only added in 3.11. We can add our own mapping in for now to support lower versions with a note to remove it once we only support 3.11+The text was updated successfully, but these errors were encountered: