Skip to content

[Help!!]error of spawning new processes while running image_retrieval.py  #17

@spaul13

Description

@spaul13

I am getting the following error of spawning the process while running "python image_retrieval.py"

Brief error message:
RuntimeError:
An attempt has been made to start a new process before the
current process has finished its bootstrapping phase.
This probably means that you are not using fork to start your
child processes and you have forgotten to use the proper idiom
in the main module:
if name == 'main':
freeze_support()

error.txt

Can anyone plz help me saying why I am getting this error and how to get rid of this error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions