picklesdoc/pickles

import pickle

rutujar opened this issue · 4 comments

How to install pickle in Python3 for ubuntu 16. 04?

Pickles is not supported on Ubuntu or Linux in general. It usually works pretty well when using Mono on Linux. Python is not relevant for Pickles.

@dirkrombauts i need ur help for my work

  • part of the code
    import pickle
    charModel = cPickle.loads(open(args["char_classifier"]).read())
    digitModel = cPickle.loads(open(args["digit_classifier"]).read())

  • error
    charModel = cPickle.loads(open(args["char_classifier"]).read())
    NameError: name 'cPickle' is not defined

how to resolve this issue help needed.

Sorry mate, you’re at the wrong place. Pickles is a stand-alone Windows program, not a Python library.

Since I have no experience with Python at all, I cannot help you.

Ok