leanderme/sytora

genratelabels:- ModuleNotFoundError: No module named 'cStringIO'

anaymalpani opened this issue · 1 comments

image

Traceback (most recent call last):
File "generateLabels.py", line 2, in
import csv, codecs, cStringIO
ModuleNotFoundError: No module named 'cStringIO'

error!!

Change to 'import cStringIO' to 'from io import StringIO' if you're using python 3