space_packet_parser icon indicating copy to clipboard operation
space_packet_parser copied to clipboard

The cli tool only works for Python 3.11+

Open greglucas opened this issue 8 months ago • 0 comments

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+

greglucas avatar Mar 25 '25 18:03 greglucas