-
Notifications
You must be signed in to change notification settings - Fork 5
AttributeError: 'staticmethod' object has no attribute '__name__' #1
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
Comments
Thank you for the bug report, and for using the package! This issue is because I was working in python 3.10, which adds the I will fix the |
Ah, okay, thanks for the quick response! I'm happy to use Python 3.10, that's not an issue. I'd just suggest to adapt Line 21 in c79b364
Feel free to close this issue. |
Only python3.10 is compatiple with current use of @staticmethod as discussed in scottcwang#1. Too avoid auto update issues, with python <3.10
Good point! It is a little bit trickier than I thought to support the prior versions. In the future, I might overhaul this descriptor to be less clunky. |
Thanks for the project!
Using the latest version
0.0.2
from PyPI, I see the following error:Version
0.0.1
works and all tests pass.I'm using
Nix
with the following derivation, if that's of any help: NixOS/nixpkgs@master...veehaitch:py3-openssh_key_parserThe text was updated successfully, but these errors were encountered: