lisadang27 / SPCA

Spitzer Phase Curve Analysis
GNU General Public License v3.0
3 stars 1 forks source link

Error during Everything_Photometry on Mac computers? #33

Open katewienke opened 2 years ago

katewienke commented 2 years ago

We have been trying to reproduce the CoRoT-2b results from "Detection of a Westward Hotspot Offset in the Atmosphere of a Hot Gas Giant CoRoT-2b". When doing so on a Mac, we get the following error while trying to run Everything_Photometry:

Screen Shot 2022-06-30 at 2 24 51 PM

We've tested it on three different Macs: two with an M1 processor (one running Python 3.9.7 and the other running Python 3.8.8) and one running on Python 3.8.3 with an older Intel processor. However, when we use the same data on a machine running Ubuntu 20.04 and Python 3.7.12, the code runs.

taylorbell57 commented 2 years ago

Are you able to try running this on one of your Macs with python==3.7 as well? It'd help a lot to know if it is an Ubuntu vs Mac issue or a python > 3.7 issue

katewienke commented 2 years ago

I was able to run it successfully on one of my Macs with python==3.7, so it seems to be a python > 3.7 issue.

taylorbell57 commented 2 years ago

Excellent, thanks so much - that helps a lot!