synthesis replied to the topic 'Problem importing PyIndi' in the forum. 3 years ago

Same problem here with IUSaveConfigText. I can install the package with pip3 but I get the error above when importing PyIndi.
I went a little further and I saw that actually the symbol IUSaveConfigText exists in _PyIndi.cpython-38-x86_64-linux-gnu.so

$ nm -D /usr/local/lib/python3.8/dist-packages/_PyIndi.cpython-38-x86_64-linux-gnu.so | grep -i IUSaveConfigText
                 U IUSaveConfigText

Ubuntu 20.04.2 LTS
INDI Library: 1.8.8
Python 3.8

Read More...