awslabs / awslabs/aws-shell

@szhengac after having merged #1080, the problem should be solved if you set the following at the beginning of your jobs

Open
#264 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
7.3k
Forks
780
PR merge metrics
No merged PRs in 30d

Description

@szhengac after having merged #1080, the problem should be solved if you set the following at the beginning of your jobs

```python
import multiprocessing
multiprocessing.set_start_method("spawn", force=True)
```

Could you verify that?

_Originally posted by @lostella in https://github.com/awslabs/gluon-ts/issues/1054#issuecomment-706161305_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.