attardi / deepnl

Deep Learning for Natural Language Processing
GNU General Public License v3.0
457 stars 116 forks source link

Runtime error #27

Closed abdulrehmankhaliq closed 8 years ago

abdulrehmankhaliq commented 8 years ago

While building this library (deepnl) I get a Runtime error "An attempt has been made to start a new process before the current process has finished its boostrapping phase. This 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()'"

attardi commented 8 years ago

I have no idea, but the message you are reporting includes a bad code line that does not belong to deepnl, it should read

if __name__ == 'main':