Skip to content

Multiprocessing DeprecationWarning after upgrading to 0.6.1 #1006

@streichsbaer

Description

@streichsbaer

I have just upgraded to the latest version of Magika and am using the Python library.

Regardless of whether I run it in the debugger or directly I now get this DeprecationWarning:

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

This message appears as long as I have from magika import Magika in my code.

Any idea why that is the case and how I can remove that message?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions