×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Problem with pyindi-client

  • Posts: 20
  • Thank you received: 3
I am trying to install pyindi-client. Although the installation looks fine (there are several details to improve in the pyindi-client tutorial) when I try to import the library it fails with the following message:
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
Input In [1], in <cell line: 1>()
----> 1 import PyIndi
      3 class IndiClient(PyIndi.BaseClient):
      4     def __init__(self):
 
File ~/anaconda3/envs/cursoAstronomia/lib/python3.8/site-packages/PyIndi.py:15, in <module>
     13     from . import _PyIndi
     14 else:
---> 15     import _PyIndi
     17 try:
     18     import builtins as __builtin__
 
ImportError: /home/zerjillo/anaconda3/envs/cursoAstronomia/lib/python3.8/site-packages/_PyIndi.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZSt28__throw_bad_array_new_lengthv

Any hint on how to solve it? It is a fresh system in which I have installed kubuntu 21.10 and the latest indi libraries.

Thanks for your attention.
1 year 11 months ago #82101

Please Log in or Create an account to join the conversation.

  • Posts: 276
  • Thank you received: 52

Replied by Gene N on topic Problem with pyindi-client

Hi S. Alonso,

Looks like a libc mis-match.
Is there a reason for v21.10?
Maybe a longer support version such as 20.04 ?
distrowatch.com/table.php?distribution=kubuntu

Gene
1 year 11 months ago #82146

Please Log in or Create an account to join the conversation.

  • Posts: 20
  • Thank you received: 3
I just bought a new computer and I installed the latest version. In a few days there will be the next LTS and I guess I will update / reinstall. I will try with a virtual machine to see if that is just a matter of libraries in kubuntu 21.10.

Thanks for your reply and best regards!

Zerjillo
1 year 11 months ago #82192

Please Log in or Create an account to join the conversation.

Time to create page: 0.479 seconds