Skip to content

Multiprocessing Deprecation Warning #423

Description

@danineamati

When running credit train -c config/gen_2/smoke/integration_test_hrrr.yml (or similar), I get the following deprecation warning:

/glade/work/dneamati/conda-envs/credit/lib/python3.12/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=35951) is multi-threaded, use of fork() may lead to deadlocks in the child.
  self.pid = os.fork()
/glade/work/dneamati/conda-envs/credit/lib/python3.12/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=35951) is multi-threaded, use of fork() may lead to deadlocks in the child.
  self.pid = os.fork()
/glade/work/dneamati/conda-envs/credit/lib/python3.12/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=35951) is multi-threaded, use of fork() may lead to deadlocks in the child.
  self.pid = os.fork()
/glade/work/dneamati/conda-envs/credit/lib/python3.12/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=35951) is multi-threaded, use of fork() may lead to deadlocks in the child.
  self.pid = os.fork()

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions