Hi everyoneI'm new here but i have a problemI want to use pyindi-client on my system but i can't install it directlyI use the source file and i want to install it from setup.py but a receive this error in output.Does anyone have an idea how to solve it?!

Read More...

Mohammad created a new topic ' Problem in installing pyindi-client' in the forum. 1 year ago

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
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

Read More...