loftytopping / UManSysProp_public

Source code for predictive techniques provided in the UManSysProp facility.
GNU General Public License v3.0
12 stars 9 forks source link

cPickle now pickle #5

Open dvalters opened 5 years ago

dvalters commented 5 years ago

In Python 3 >, the cPickle module is now just pickle

Import error from Python 3:

in <module>
    import cPickle
ModuleNotFoundError: No module named 'cPickle'

Ref: https://github.com/loftytopping/PyBox