No module named 'cPickle'

Since you’re using python 3 try updating utils.py to

import pickle

3 Likes