×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Problem in installing pyindi-client

  • Posts: 2
  • Thank you received: 0
Hi everyone
I'm new here and i have a problem in installing pyindi-client on my system.
I want to install this package through setup.py and receive this error.
Does anyone have any idea how to fix this problem?

''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
running install
/home/biruni/anaconda3/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running build_ext
building '_PyIndi' extension
swigging indiclientpython.i to indiclientpython_wrap.cpp
swig -python -v -Wall -c++ -threads -I/usr/include -I/usr/include/libindi -I/usr/local/include/libindi -o indiclientpython_wrap.cpp indiclientpython.i
Language subdirectory: python
Search paths:
./
/usr/include/
/usr/include/libindi/
/usr/local/include/libindi/
./swig_lib/python/
/usr/share/swig3.0/python/
./swig_lib/
/usr/share/swig3.0/
Preprocessing...
Starting language-specific parse...
/usr/include/libindi/abstractbaseclient.h:41: Error: Syntax error in input(3).
error: command '/usr/bin/swig' failed with exit code 1
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
1 year 1 month ago #91219

Please Log in or Create an account to join the conversation.

  • Posts: 12
  • Thank you received: 0
Hello,
Don't know if you solved your problem but swig may be missing on your system. Try:
sudo apt install swig
And run the installation script again.

Hope this helps.
1 year 1 week ago #92009

Please Log in or Create an account to join the conversation.

  • Posts: 2
  • Thank you received: 0
I had the same problem but swig is installed on my machine. Do you have any idea how to fix this ?
11 months 3 weeks ago #92484

Please Log in or Create an account to join the conversation.

Time to create page: 0.754 seconds