-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'cPickle' #50
Comments
in python 3, you can use pickle instead of cPickle. |
python3 中, 没有 cPickle 了, 加一下这个:
|
Please use: import pickle |
Using python2.7 can solve this problem. |
May I ask if your environment configuration is in Windows or Linux? |
Hello,
I notice the codes use print(), say using python3.
But there is no cPickle package for python3.
How to solve this issue, I’m confused.
The text was updated successfully, but these errors were encountered: