Hi Guys,
I am trying to use the cPickle module in my CNN code. But it is showing me the below error. 
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-3-10f22ec840f4> in <module>
----> 1 import cPickle
ModuleNotFoundError: No module named 'cPickle'
How can I solve this error?