-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Howto install Pyindi-client on Ubuntu #25
Comments
This page should be updated for Ubuntu 22.04 |
Yes. I asked for volunteers to maintain the pyindi-client documentation on INDI website and elsewhere. If you're up for it, please let me know! |
Confirmed this worked on an RPi4 (using the Astroberry image), I couldn't get it to work on a Windows Subsystem for Linux using Ubuntu. Although it installed the python 2 version, so for an Astroberry install the steps would be:
|
For Ubuntu 23.04 the solution I found in order to install PyIndi-client was to download sources from https://github.com/indilib/pyindi-client.git Enter a Linux console and run command : Make compilation according to README executing command : python setup.py install Despite a lot of warnings pyindi-client PyIndi is now available in Python applications by I hope this help. |
Freshly installed Ubuntu 22.04 on a Raspberry Pi4b is working fine.
pyindi-client install needs pre requisit :
sudo apt install python3-setuptools
sudo apt install python-dev-is-python3 libindi-dev swig
sudo apt install python3-pip
sudo apt-get install libcfitsio-dev
sudo apt-get install libnova-dev
sudo pip install pyindi-client
Succes !
All this sequence is not clearly given on different sites.
For example on :
https://pypi.org/project/pyindi-client/
https://github.com/indilib/pyindi-client
Bernard
President dimension Parabole
http://radiotelescope-lavillette.fr
The text was updated successfully, but these errors were encountered: