Hey,

when I try to install pyindi-client on my stellarmate, I run into this error:

    /usr/bin/ld: -lz kann nicht gefunden werden
    /usr/bin/ld: -lcfitsio kann nicht gefunden werden
    /usr/bin/ld: -lnova kann nicht gefunden werden
    collect2: error: ld returned 1 exit status
    error: command 'arm-linux-gnueabihf-g++' failed with exit status 1
    
    ----------------------------------------
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-kku6gmma/pyindi-client/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-y_as7ngo/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-install-kku6gmma/pyindi-client/

I tried a few things already, but nothing has worked for me yet. (g++ version is 8.3.0 btw)
Thanks for your help,
Matti

Read More...