Closed artak-kirakosyan closed 3 years ago
libindi is too old, you need to install libindi v1.9.1
I might have missed something, but the latest stable version of Debian is the buster(which is installed on my VM) and the latest available version of libindi for it is 1.7.5. Am I missing something or is there a way to forcefully install libindi v1.9.1 on older version of Debian?
Looks like debian is way behind in packaging INDI. You need to compile it from Github.
thanks, it worked. I removed the libindi with apt and built from sources, and now it works fine.
I am failing to install 0.2.7 version on my Debian on AWS(Linux 4.19.0-17-cloud-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux)
What I did is first downloaded, built and installed indi core(it works fine, version 1.9.0)
Then I tried installing pyindi-client(of course after installing the dependencies): The output is way too long to put here so I am attaching it in a file
Below you can see the versions of dependency packages:
I am using python3.7.3
Can anyone help me understand what's wrong here and how to fix it?
P.S. 0.2.6 version works fine.