I tried to update a app to py3. But there is import cPickle. I import cPickle, it showed error.
And I asked the admin if he can help install cPickle.
But he tell me that should use:
import _pickle as cPickle
I tried to update a app to py3. But there is import cPickle. I import cPickle, it showed error.
And I asked the admin if he can help install cPickle.
But he tell me that should use:
import _pickle as cPickle