ericmandel / pyds9

Python connection to SAOimage DS9 via XPA
76 stars 41 forks source link

TypeError when running Setup.py on Mac OS X Monterey #102

Closed Logic-Beach closed 2 years ago

Logic-Beach commented 2 years ago

Traceback (most recent call last): File "/Users/logicbeach/pyds9/setup.py", line 45, in <module> cmdclassd = register_commands() TypeError: register_commands() missing 3 required positional arguments: 'package', 'version', and 'release'

ericmandel commented 2 years ago

@Logic-Beach Sorry, but as noted on the main pyds9 page, we have no Python maintainer for pyds9 to work on issues such as this one.

Logic-Beach commented 2 years ago

Ah, I see. I actually have DS9 working via x11, but having it operable from my python script would be nice, you can close this if you want. I may poke around on my own and see if I can fix it... no promises.

ericmandel commented 2 years ago

Yes, thanks, PRs are welcome!