Open brianchankobe opened 4 years ago
I've never seen this error. The page below leads me to believe this is a Windows issue with multiprocessing
. You could try running that function call as a script protected by the if __name__ == '__main__':
call. Or maybe you need to do that and add the call to freeze_support()
. I haven't tested on Windows myself, so I'm sorry I can't help you further.
https://stackoverflow.com/questions/24374288/where-to-put-freeze-support-in-a-python-script
When I was ready to use the create_metadata() to create a csv file for dataset, there is an error showing below: `RuntimeError: An attempt has been made to start a new process before the current process has finished its bootstrapping phase.
I just called the ember.create_metadata("./dataset/")
Why did I have this error?