python 3.6 installation cPickle

This package can not find python36 pickle, directly to import _pickle as cPickle, pro-test available

https://blog.csdn.net/bailixuance/article/details/85054459

1, in python2.X the need to install the cPickle,

2, in python3.X, this package has been replaced by another package, you can use the following statement:

import _pickle as cPickle

Guess you like

Origin blog.csdn.net/yimixgg/article/details/90577747