Skip to content
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.context.TimeoutError #149

Open
limiao766 opened this issue Aug 1, 2023 · 0 comments
Open

multiprocessing.context.TimeoutError #149

limiao766 opened this issue Aug 1, 2023 · 0 comments

Comments

@limiao766
Copy link

I'm working on a whole scene image, and I got an error in the second step "correcting pointing locally":

discarding masked tiles...
done 5760 / 5760 tiles
Elapsed time: 0:04:49.741067

  1. correcting pointing locally...
    Traceback (most recent call last):
    File "/home/algo/b/lipeihang/.local/bin/s2p", line 11, in
    load_entry_point('s2p', 'console_scripts', 's2p')()
    File "/home/algo/b/lipeihang/s2p/s2p/cli.py", line 25, in main
    s2p.main(user_cfg, start_from=args.start_from)
    File "/home/algo/b/lipeihang/s2p/s2p/init.py", line 569, in main
    timeout=timeout)
    File "/home/algo/b/lipeihang/s2p/s2p/parallel.py", line 102, in launch_calls
    outputs.append(r.get(timeout))
    File "/home/yg/anaconda3/lib/python3.7/multiprocessing/pool.py", line 653, in get
    raise TimeoutError
    multiprocessing.context.TimeoutError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant