-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiprocessing error #129
Comments
Hi Angelica, |
Hi Patricio, Thank you for that quick response!
|
Hi Angelica, Their solution was to use dill for serialization. I will take a look at that, but it might take me a few days to see if it works and then to test everything. |
Hi Patricio, I downgraded to 3.6 and everything works fine now so no need to worry about it and spend time on it. Thank you very much for your help! |
Hi @angelicaps |
Hi Patricio,
I was trying again to run mc3 in python 3.8, what kind of update did you perform to make it work? From my side I am able to run it only python 3.6.
Thanks for your help!
Best,
Angelica
…--
Angelica Psaridi
Research & Teaching Assistant
Observatoire astronomique de l'Université de Genève
51 chemin des Maillettes
1290 Sauverny, Switzerland
tel. +41 22 379 24 27
________________________________
From: Patricio Cubillos ***@***.***>
Sent: Wednesday, 11 August 2021 12:13
To: pcubillos/mc3
Cc: Angeliki Psaridi; Mention
Subject: Re: [pcubillos/mc3] Multiprocessing error (#129)
Hi @angelicaps<https://github.com/angelicaps>
OK, I found a fix to get the code working on OSX with Python 3.6 to 3.9, in case you need it in the future. Thanks for raising this issue!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#129 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQHSW4S4EM5TVDBR2RXAWE3T4JEONANCNFSM4WXJ6APQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
Here, The change was to enforce using 'fork' as the multiprocessing starting method instead of 'spawn' (OSX's default since Python 3.8). Are you still seeing the same issue from before? |
Hi Patricio,
I am a PhD student of Monika Lendl and I work my work I use Monikas photometric routine CONAN that uses MC3. When I started using it in my Mac (previously in UBUNTU) I keep having the following error:
The error originates fro the multiprocessing package that MC3 uses. Do you know how I can solve this issue?
Thank you very much in advance!
Best,
Angelica
The text was updated successfully, but these errors were encountered: