×

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

Bi-monthly release with minor bug fixes and improvements

Python 3 Mac OSX

  • Posts: 12
  • Thank you received: 0

Replied by luca porfiri on topic Python 3 Mac OSX

I recommend installing Python 3, from www.python.org website. Then, for me, everything becomes simple and I installed the remaining without problems. For was SOLVED
4 years 1 month ago #50692

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

  • Posts: 12
  • Thank you received: 0

Replied by luca porfiri on topic Python 3 Mac OSX

I recommend installing Python 3, from www.python.org website. Then everything becomes simple and I installed without problems. For me is SOLVED
4 years 1 month ago #50693

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

  • Posts: 1957
  • Thank you received: 420

Replied by Wouter van Reeven on topic Python 3 Mac OSX


As promised on Facebook, here is a reply. Judging by the screenshots that you included, astropy failed to install. Can you open a command line terminal and type

brew install astropy

and let us know what the result of that command was?


Wouter
4 years 4 weeks ago #51177

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

  • Posts: 19
  • Thank you received: 0

Replied by Ryan McMurray on topic Python 3 Mac OSX

I think its telling me that anaconda installed astropy. I get an error code when I tell brew to do it. Here is a screen grab.
4 years 4 weeks ago #51178
Attachments:

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

  • Posts: 1957
  • Thank you received: 420

Replied by Wouter van Reeven on topic Python 3 Mac OSX

Sorry, my bad. I typed too quickly and was assuming that astrometry.net needed to be installed instead of astropy. There indeed is no homebrew cask for astropy.

And thanks to your reply I see what the problem could be. KStars doesn't know about anaconda and wants to install astropy globally on your Mac instead of relying on anaconda. I am afraid that the different Python installations are competing with each other. Can you try to disable anaconda for your terminal (edit .profile and comment out all anaconda related lines by putting a # at the start of the line) and restart your terminal? Then try the pip install astropy command again and let us know how it went.
4 years 4 weeks ago #51179

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

  • Posts: 527
  • Thank you received: 139

Replied by Andrew Burwell on topic Python 3 Mac OSX

If you haven't tried it yet. Try the sextractor settings. This is an area that was updated recently where people (including myself) had trouble with multiple versions of python installed. See my settings. This skips python, using sextractor instead, and alleviated all my issues. It's also way faster at plate solving than python was. You will need to install the latest version of KStars/EKOS to access this.

4 years 4 weeks ago #51180
Attachments:

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

  • Posts: 19
  • Thank you received: 0

Replied by Ryan McMurray on topic Python 3 Mac OSX

Thanks! to be totally honest though, I have no idea what that even means, (edit .profile and comment out all anaconda related lines by putting a # at the start of the line). which lines? the error codes or the ones that says the files are found in anaconda? I got the sextractor to work for 1 night but it hasnt since.
4 years 4 weeks ago #51181

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

  • Posts: 1957
  • Thank you received: 420

Replied by Wouter van Reeven on topic Python 3 Mac OSX

The .profile file is a file with settings for your terminal (where you type commands) that get loaded everytime you open a new terminal. To edit it, open a temrinal and type

nano .profile

In that file you should see some line containing >>> conda initialize >>> and another one a few lines down containing <<< conda initialize <<. Simply move the cursor down to the start of each of the lines in betwee those two and type a # character. Then use CTRL-X to exit. You will be prompted for saving the file and there you type y for yes. Now close the terminal and open again. Your command prompt should not contain (base) anymore. If that's the case, you have successfully disabled anaconda and can type the pip install astropy command again.

Regarding sextractror, any clue as to error messages or so that you get when it doesn't work would be useful. Without that info it will be impossible for us to help you.
4 years 4 weeks ago #51183

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

  • Posts: 19
  • Thank you received: 0

Replied by Ryan McMurray on topic Python 3 Mac OSX

Got the solver to work with sexrractor last night, but it wouldnt slew to target. here is a screen grab I know it probable doesnt give you too much info.
4 years 4 weeks ago #51231
Attachments:

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

  • Posts: 527
  • Thank you received: 139

Replied by Andrew Burwell on topic Python 3 Mac OSX

I often open up the mount tab, then open the mount control window, and issue a goto command to go to the specific object again. Then solve the location on the alignment tab. I keep the mount control window open to manually issue goto commands. It should be sending you to the target though.
The following user(s) said Thank You: Ryan McMurray
4 years 4 weeks ago #51232

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

  • Posts: 19
  • Thank you received: 0

Replied by Ryan McMurray on topic Python 3 Mac OSX

I generally issue my commands through the kstars planetarium software. It gets me pretty damn close, that capture on the platesolve is from the goto on the planetarium. When the platesolve worked that one night, it would center the object by slewing my scope after I sent the scope to the object. Should I be entering the coordinates into the solver for it to slew the scope without using the goto?
4 years 4 weeks ago #51236

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

  • Posts: 1957
  • Thank you received: 420

Replied by Wouter van Reeven on topic Python 3 Mac OSX

Next time, please make sure that the debug logs are enabled and share them here. See this link

www.indilib.org/support/logs-submission.html

for how to do that. Note that you need to click on the Go To Editor link in this forum (to the lower right of where you enter comments) to be able to add attachments to your comments.
4 years 4 weeks ago #51237

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

Time to create page: 0.552 seconds