Cant find module cPickle using Python 3.5 and Anaconda

Cant find module cPickle using Python 3.5 and Anaconda

There is no cPickle in Python 3. Just import pickle. pickle will automatically use the C accelerator.

try import pickle as cPickle. this way you dont have to edit much

Cant find module cPickle using Python 3.5 and Anaconda

Leave a Reply

Your email address will not be published. Required fields are marked *