开发者

no cpickle module

开发者 https://www.devze.com 2023-03-18 17:32 出处:网络
When I tried import cpikcle as pickle I got an error message saying no module named cpickle. Does anybody know how to get cpickle module?

When I tried

import cpikcle as pickle

I got an error message saying no module named cpickle.

Does anybody know how to get cpickle module?

Because I heard that cpickle is faster than pickle.

开发者_开发技巧

Thanks


Try import cPickle as pickle instead. Note the upper-case 'P'. Also, you misspelled cPickle as cpikcle in your question.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号