Closed jvines closed 3 years ago
As a follow-up. Reverting to Python 3.7 fixed the issue
Interesting... I am running python3.8 all the time and I never experienced this problem.
Perhaps is anaconda3 related? Update tqdm.
when I find time I will try to reproduce your problem. Which MAC OS you are running?
I just verified, TLS within the Exo-Striker works perfectly fine on Python3.8 and Linux.
please run:
$ python3.8 exostriker_gui.py -debug
and check your transitleastsquares version (you may also paste the whole output for inspection).
Mine is:
transitleastsquares==1.0.24
and tqdm
tqdm==4.48.2
I'm running OS X Catalina.
I'll create a new environment to reproduce the error and update here
Any progress on this? Or it was permanently solved?
I suppose this was already fixed. Please re-open if needed.
Hi @3fon3fonov ,
I'm trying to run TLS, but it fails with the following error
I suspect it might be a python 3.8 thing since it changed how multiprocessing works. They switched from fork to spawn which broke a lot of things.