Open ntnshrav opened 2 years ago
I encountered this issue where i got ascii error while trying step 4 (converting to simpler json).
The solution is to add open(p, encoding='utf-8') at line 38 in data_builder.py
I encountered this issue where i got ascii error while trying step 4 (converting to simpler json).
The solution is to add open(p, encoding='utf-8') at line 38 in data_builder.py