-
Notifications
You must be signed in to change notification settings - Fork 6
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
Python3 installation, RecursionError #5
Comments
Does it happen with example testindiclient? |
Maybe in the serverConnected callback of the IC client class?
The
I will try to investigate further that issue. |
I solved the issue above and updated pyindi-client on Pypi. |
Thanks for updating this. I tested with the same parameters, and the result is (slightly) different:
Let me try to dig a bit with another python and another indiserver. |
By the way, I can't build for
But let's not get carried away. |
Sorry, I realise I forgot to add the INDI version I use:
|
I confirm the |
You have to define every pure virtual functions of the indi client in Python, this is mandatory. So just copy the testindiclient class and just suppress the logs I put there. |
I am trying to use a
pip3
build ofpyindi-client
to retrieve the current temperature of a Moonlite focuser:Is there something obvious I am missing? This is on a 32-bit machine, but I doubt this has an impact.
The text was updated successfully, but these errors were encountered: