Skip to content
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" with python 3.9.2 #7

Open
ef15c opened this issue Jan 6, 2023 · 1 comment
Open

Comments

@ef15c
Copy link

ef15c commented Jan 6, 2023

Hello,

Thank you for your great API.

However, I encountered an error when I run it with python 3.9.2

Traceback (most recent call last):
File "/mnt/md1/svn/ariston/trunk/test_ariston_net.py", line 8, in
from aristonremotethermo.ariston import AristonHandler
File "/home/xxx/.local/lib/python3.9/site-packages/aristonremotethermo/init.py", line 1, in
from . import ariston
File "/home/xxx/.local/lib/python3.9/site-packages/aristonremotethermo/ariston.py", line 12, in
class AristonHandler:
File "/home/xxx/.local/lib/python3.9/site-packages/aristonremotethermo/ariston.py", line 402, in AristonHandler
append_param(sensor, _MAP_ARISTON_MULTIZONE_PARAMS, _SENSOR_SET_LIST)
TypeError: 'staticmethod' object is not callable

On two other machines, I can use the API without any problem, with python 3.10.9

Thank you very much.

@romicaiarca
Copy link

Same issue here on MacOS, python3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants