×

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: 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 9 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 9 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 9 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 9 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 9 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 9 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 9 months ago #40499

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

  • Posts: 2877
  • Thank you received: 812
Thank you. If you find that it works better with this change, I can send it to the ppa.
4 years 9 months ago #40500

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

  • Posts: 460
  • Thank you received: 69
After some "fun" installing qt and kdeveloper I think I susccessfully compiled from git. Is this the expected version?

odroid@odroid:~/Downloads/INDIWebManager$ INDIWebManagerApp

libEGL warning: DRI2: failed to authenticate
"2019-06-25T17:41:25: Welcome to INDI Web Manager App 0.7"
"2019-06-25T17:41:25: Build: 2019-06-24T19:14:50Z"
"2019-06-25T17:41:25: OS: ubuntu 18.04"
"2019-06-25T17:41:25: API: arm64-little_endian-lp64"
"2019-06-25T17:41:25: Arch: arm64"
"2019-06-25T17:41:25: Kernel Type: linux"
"2019-06-25T17:41:25: Kernel Version: 4.9.182-31"
"2019-06-25T17:41:25: Qt Version: 5.9.5"

Python and indi-web still says incomplete. When clicking on the Install button
Using either the dfault or non-default python directories generate the
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.

Cheers
Last edit: 4 years 9 months ago by Jerry Black.
4 years 9 months ago #40502

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

  • Posts: 2877
  • Thank you received: 812
Yes, I haven't updated the version number yet due to the fact that I haven't confirmed yet that it works on your system. But are you running a version that you just built? I am seeing this line:
"2019-06-25T17:41:25: Build: 2019-06-24T19:14:50Z"

Which makes me think you are running the same one you ran before that you got from the nightly build. I purposefully added that line so that we could detect not only which "version" we are running but also when it was built to differentiate between versions with the same number that were built from git at different times etc.
4 years 9 months ago #40503

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

  • Posts: 2877
  • Thank you received: 812
oh also you should change your python exec directory back to /usr/bin instead of /usr/local/bin. That was just a test. It really should be the /usr/bin on your system
4 years 9 months ago #40504

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

  • Posts: 2877
  • Thank you received: 812
Just a note: for mine the build line looks like this:

2019-06-25T14:30:54: Welcome to INDI Web Manager App 0.7
2019-06-25T14:30:54: Build: 2019-06-25T18:25:09Z

The reason the times are different is because of the difference between my time zone and UTC.
4 years 9 months ago #40505

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

Time to create page: 0.407 seconds