Can’t find module cPickle using Python 3.5 and Anaconda May 1, 2023 by Tarik There is no cPickle in Python 3. Just import pickle. pickle will automatically use the C accelerator.