×

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

Bi-monthly release with minor bug fixes and improvements

Re:KStars Mac DMG 3.4.0 beta testing needed

  • Posts: 527
  • Thank you received: 139
I just connected up my ZWO ASi2600, and now it doesn't work. Is there anyway to reset preferences or drivers?

Update...everything works connected to my Mac directly, so it's an issue with the RPI4. I've put in a support ticket with Jasem.
Last edit: 4 years 2 months ago by Andrew Burwell.
4 years 2 months ago #48797

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

  • Posts: 2877
  • Thank you received: 812
Glad its working OK on the Mac. I'm sure Jasem will help you with the other issue.
4 years 2 months ago #48802

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

  • Posts: 527
  • Thank you received: 139


This is what I get in terminal when running the command /usr/local/bin/pip3 install astropy
Requirement already satisfied: astropy in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (4.0)
Requirement already satisfied: numpy>=1.16 in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (from astropy) (1.18.0)
You are using pip version 10.0.1, however version 20.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
4 years 2 months ago #48803

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

  • Posts: 42
  • Thank you received: 0
I did a test, hoping to have done it correctly:
1) I made the Plate Solver and after receiving the error,
I copied the first part of the message exactly as it was described to me and pasted it on the Mac Terminal and the result
it's nothing !!! Macintosh: ~ mimmobelli $
2) I copied the second part of the error message exactly
as it was described to me and I pasted it into the Mac Terminal and
the result is: Illegal instruction: 4
I tried to install the beta 2 update and repeated the test,
but the result is always the same !!!
4 years 2 months ago #48829

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

  • Posts: 2877
  • Thank you received: 812
carkinzo, Thank you very much for testing that.

The first command should not output anything. It just exports the PATH variable so that the second command can work.

The second command is the one that should do interesting things. It said Illegal Instruction 4? I think that typically means the program is compiled for a newer version of OS X than it is being run on. What version of OS X are you using?
4 years 2 months ago #48832

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

  • Posts: 2877
  • Thank you received: 812
Lead_weight,

/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages

is not

/usr/local/lib/python3.7/site-packages


You clearly have more than one version of python 3 installed. I suspect that astropy is installed in the one python installation and not the one that is used when KStars is running.

If you take a look in the folder /usr/local/lib/python3.7/site-packages, is astropy in there too?
4 years 2 months ago #48833

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

  • Posts: 2877
  • Thank you received: 812
Lead_weight,

see what this command outputs:

/usr/local/bin/python3 -m site
4 years 2 months ago #48834

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

  • Posts: 2877
  • Thank you received: 812
Also, lead_weight,

Looking at your log, can you see if you have the alignment logging turned on, as I explained how to do in this post:

www.indilib.org/forum/general/6362-kstar....html?start=12#48752
4 years 2 months ago #48835

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

  • Posts: 2877
  • Thank you received: 812
Here's another thing you can try lead_weight,

since you have another python installed, we could try to use it:



I assume I got that path to python correct, please verify it first.
4 years 2 months ago #48836
Attachments:

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

  • Posts: 527
  • Thank you received: 139

This command outputs the following:
sys.path = [
    '/Users/andrewburwell',
    '/Library/Frameworks/Python.framework/Versions/3.7/lib/python37.zip',
    '/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7',
    '/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload',
    '/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages',
]
USER_BASE: '/Users/andrewburwell/Library/Python/3.7' (doesn't exist)
USER_SITE: '/Users/andrewburwell/Library/Python/3.7/lib/python/site-packages' (doesn't exist)
ENABLE_USER_SITE: True
4 years 2 months ago #48837

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

  • Posts: 2877
  • Thank you received: 812
Ok Yeah, your system would prefer to use that python it seems. Can you try the KStars configuration that I posted, after you check to make sure python is actually at the path I put in the Python path option.
4 years 2 months ago #48838

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

  • Posts: 527
  • Thank you received: 139

OK, so I tried that. I confirmed the path, and copied it right out of terminal.

File Attachment:

File Name: log_16-12-28.txt.zip
File Size:5 KB
Last edit: 4 years 2 months ago by Andrew Burwell.
4 years 2 months ago #48839
Attachments:

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

Time to create page: 0.293 seconds