S. Alonso created a new topic ' Problem with pyindi-client' in the forum. 2 years ago

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.

Read More...