Method 1 - PIP
apt install -y libgxccd indi-mi indi-bin libindi-dev python3-pip python3-venv
python3 -m venv anu_aitc_sso_veloce_c4_env
source anu_aitc_sso_veloce_c4_env/bin/activate
pip install pyindi-client
result
Collecting pyindi-client
Using cached pyindi_client-2.2.0.tar.gz (196 kB)
[...]
Building wheels for collected packages: pyindi-client
Building wheel for pyindi-client (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for pyindi-client (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [918 lines of output]
[...]
47449 | (arg1)->setBaseDevice(arg2);
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~
/usr/include/libindi/indiproperty.h:84:14: note: declared here
84 | void setBaseDevice(BaseDevice *idp);
| ^~~~~~~~~~~~~
Error during build_ext: command '/usr/bin/x86_64-linux-gnu-g++' failed with exit code 1
error: command '/usr/bin/x86_64-linux-gnu-g++' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyindi-client
Failed to build pyindi-client
ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyindi-client)
Method 2 - apt
apt-add-repository ppa:mutlaqja/ppa
apt install python3-indi-client
result
Error: Unable to locate package python3-indi-client
Method 1 - PIP
apt install -y libgxccd indi-mi indi-bin libindi-dev python3-pip python3-venv python3 -m venv anu_aitc_sso_veloce_c4_env source anu_aitc_sso_veloce_c4_env/bin/activate pip install pyindi-clientresult
Method 2 - apt
result