Skip to content

The cli tool only works for Python 3.11+ #164

New issue

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

Open
greglucas opened this issue Mar 25, 2025 · 0 comments · May be fixed by #165
Open

The cli tool only works for Python 3.11+ #164

greglucas opened this issue Mar 25, 2025 · 0 comments · May be fixed by #165
Labels
bug Something isn't working

Comments

@greglucas
Copy link
Collaborator

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 greglucas added the bug Something isn't working label Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant