-
Notifications
You must be signed in to change notification settings - Fork 16
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
TypeError: 'staticmethod' object is not callable #13
Comments
same error here, using debian and MX(debian based),
|
Thanks for the reports all, a bug may have been introduced in my last refactor, I'll take a look as soon as I get the time. |
Acctually downgrading works, so its a way to have it working for time being. |
I suspect what's happening here is my most recent changes aren't compatible with Namely, from documentation https://docs.python.org/3/library/functions.html#staticmethod :
Python 3.9 isn't EOL until ~the end of 2025, so I will try to fix this at some point. However, if easy for you, you can just switch to using |
The issue is still happening |
Yes, I still haven't gotten around to fixing this on To avoid this issue, please use |
Appreciate any feedback on the pull request @cohaolain :) |
I followed the instructions and installed ryanair-py on Python version 3.8.10 (Ubuntu Linux installation)
I tried running the code in the documentation, but I get the following error:
Thanks in advance
The text was updated successfully, but these errors were encountered: