How to have Pyraf working on a MBP M2 with OS 13.4? #309
Unanswered
trappist1i
asked this question in
Q&A
Replies: 1 comment 1 reply
-
When I had quick access to a recent Mac, I could reproduce this. However, as I don't own one, it is difficult for me to debug and solve. I need to wait for the chance to pick one for 1-2 days and I have spare time to do this. Alternatively, you could go through the initialization of PyRAF and check why it fails. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed the Iraf version called iraf-main from https://github.com/orgs/iraf-community/discussions/297
on my new Mac Book Pro with a M2 chip and the OS Ventura 13.4
I then installed Pyraf using the command pip3 install pyraf.
The installation of Iraf went fine.
Now, when I launch Pyraf, I get the following message : "DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning.", and then nothing.
What could I do to solve the issue and to have pyraf working well?
Beta Was this translation helpful? Give feedback.
All reactions