×

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

Bi-monthly release with minor bug fixes and improvements

A new INDI WebManager App for Mac OS X and Linux

  • Posts: 211
  • Thank you received: 104
I cannot test now, but the code to install indiweb on Linux look good to work with both Python2 or Python3.

For the deb package you probably only need to make a dependency to python3-pip because it include the python3 dependency itself.
4 years 10 months ago #40286

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

  • Posts: 2877
  • Thank you received: 812
Thanks I will try that
4 years 10 months ago #40291

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

  • Posts: 2877
  • Thank you received: 812
We are still working on getting the Linux Debian package to work. But here is a release of 0.6 for os x

github.com/rlancaste/INDIWebManagerApp/releases
The following user(s) said Thank You: Craig
4 years 10 months ago #40406

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

  • Posts: 2877
  • Thank you received: 812
4 years 10 months ago #40477

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

  • Posts: 460
  • Thank you received: 69

As a newbie, is there a log of what my problem might be? This is on an Odroid-N2 running 18.04 w/kstars bleeding.



Thanks
Jerry
4 years 10 months ago #40491
Attachments:

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

  • Posts: 2877
  • Thank you received: 812
At the command line, when you type the following commands, what happens?

which python
which python3
which pip
which pip3
4 years 10 months ago #40492

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

  • Posts: 460
  • Thank you received: 69
odroid@odroid:~$ which python
/usr/bin/python
odroid@odroid:~$ which python3
/usr/bin/python3
odroid@odroid:~$ which pip
/usr/local/bin/pip
odroid@odroid:~$ which pip3
/usr/local/bin/pip3
4 years 10 months ago #40493

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

  • Posts: 2877
  • Thank you received: 812
Please try making your path in the "Python Exec Folder" /usr/local/bin/ instead of /usr/bin/ and see if that helps.
4 years 10 months ago #40494

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

  • Posts: 460
  • Thank you received: 69
"Python and Pip both need to be installed in your selected python exec folder in order to run indiweb. Please either install these or change your exec folder to one that includes them."
4 years 10 months ago #40495

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

  • Posts: 2877
  • Thank you received: 812
ok right. I did not think that python and pip would be in different directories. they are not on my systems. Let me see what I can do.
The following user(s) said Thank You: Jerry Black
4 years 10 months ago #40496

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

  • Posts: 2877
  • Thank you received: 812
Ok I just updated it to be more flexible on the python and pip paths and to tell you when it doesn't work and why. Did you install via the nightly ppa or did you download from git?
4 years 10 months ago #40498

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

  • Posts: 460
  • Thank you received: 69
I used the nightly ppa, I'll try git now, to check it out.
4 years 10 months ago #40499

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

Time to create page: 0.649 seconds