This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Wrong executable name for DS9 in OSX #105
Comments
The version of pyds9.py in github looks for SAOImageDS9.app as well as the
older filename with spaces. Can you please try upgrading to the guthub
version?
…On Thu, Jun 2, 2022 at 10:55 AM npirzkal ***@***.***> wrote:
pyds9 looks for /Applications/SAO ImageDS9.app when running in OSX but the
current versions of DS9 are now installed as /Applications/SAOImageDS9.app
(no space). This causes pyds9 to complain that it cannot find any
executable and it does not start ds9 automatically. Removing the space on
line 75 of pyds9.py fixed it for me. This is using SAOImageDS9 v. 8.2.1
—
Reply to this email directly, view it on GitHub
<#105>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXDPC5LG644YRW74HQJVNTVNDDO5ANCNFSM5XVIC45A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks. I just did a pip install so I assumed it was not patched :-)
N
… On Jun 2, 2022, at 11:28 AM, Eric Mandel ***@***.***> wrote:
The version of pyds9.py in github looks for SAOImageDS9.app as well as the
older filename with spaces. Can you please try upgrading to the guthub
version?
On Thu, Jun 2, 2022 at 10:55 AM npirzkal ***@***.***> wrote:
> pyds9 looks for /Applications/SAO ImageDS9.app when running in OSX but the
> current versions of DS9 are now installed as /Applications/SAOImageDS9.app
> (no space). This causes pyds9 to complain that it cannot find any
> executable and it does not start ds9 automatically. Removing the space on
> line 75 of pyds9.py fixed it for me. This is using SAOImageDS9 v. 8.2.1
>
> —
> Reply to this email directly, view it on GitHub
> <#105>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAXDPC5LG644YRW74HQJVNTVNDDO5ANCNFSM5XVIC45A>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub <#105 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABZWJHGUJDZQVMBGKRJ2ZY3VNDHJRANCNFSM5XVIC45A>.
You are receiving this because you authored the thread.
|
Agreed that it would be great to have pip updated, but we have no python expert to do that sort of work.
…Sent from my iPhone
On Jun 2, 2022, at 11:30 AM, npirzkal ***@***.***> wrote:
Thanks. I just did a pip install so I assumed it was not patched :-)
N
> On Jun 2, 2022, at 11:28 AM, Eric Mandel ***@***.***> wrote:
>
>
> The version of pyds9.py in github looks for SAOImageDS9.app as well as the
> older filename with spaces. Can you please try upgrading to the guthub
> version?
>
> On Thu, Jun 2, 2022 at 10:55 AM npirzkal ***@***.***> wrote:
>
> > pyds9 looks for /Applications/SAO ImageDS9.app when running in OSX but the
> > current versions of DS9 are now installed as /Applications/SAOImageDS9.app
> > (no space). This causes pyds9 to complain that it cannot find any
> > executable and it does not start ds9 automatically. Removing the space on
> > line 75 of pyds9.py fixed it for me. This is using SAOImageDS9 v. 8.2.1
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <#105>, or unsubscribe
> > <https://github.com/notifications/unsubscribe-auth/AAXDPC5LG644YRW74HQJVNTVNDDO5ANCNFSM5XVIC45A>
> > .
> > You are receiving this because you are subscribed to this thread.Message
> > ID: ***@***.***>
> >
> —
> Reply to this email directly, view it on GitHub <#105 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABZWJHGUJDZQVMBGKRJ2ZY3VNDHJRANCNFSM5XVIC45A>.
> You are receiving this because you authored the thread.
>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.
|
The way I do it is pretty straight forward: python setup.py sdist bdist_wheel You will need twine installed but I do this with a simple "pip install twine" I hope that helps. |
Thanks, if I get time in the next month, I'll look into it ... but
unfortunately, this really is a question of support that can't be fixed ad
hoc.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
pyds9 looks for /Applications/SAO ImageDS9.app when running in OSX but the current versions of DS9 are now installed as /Applications/SAOImageDS9.app (no space). This causes pyds9 to complain that it cannot find any executable and it does not start ds9 automatically. Removing the space on line 75 of pyds9.py fixed it for me. This is using SAOImageDS9 v. 8.2.1
The text was updated successfully, but these errors were encountered: