-
Notifications
You must be signed in to change notification settings - Fork 70
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
TypeError: cannot serialize '_io.TextIOWrapper' object / EOFError: Ran out of input #99
Comments
Which version of Chroniker and Django are you using? |
Django==1.11.4 on Windows, trying it on Linux now... |
It works on Linux. |
me too. It not works on Win10
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
getting this error,
File "c:\users\user\appdata\local\programs\python\python36-32\Lib\multiprocessing\reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
TypeError: cannot serialize '_io.TextIOWrapper' object
File "c:\users\user\appdata\local\programs\python\python36-32\Lib\multiprocessing\spawn.py", line 115, in _main
self = reduction.pickle.load(from_parent)
EOFError: Ran out of input
The text was updated successfully, but these errors were encountered: