Skip to content
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

Error 'Ran out of input' #9

Open
RastaDollo opened this issue Jun 26, 2020 · 1 comment
Open

Error 'Ran out of input' #9

RastaDollo opened this issue Jun 26, 2020 · 1 comment

Comments

@RastaDollo
Copy link

reading database: 12/12 DONE
Traceback (most recent call last):
File "C:\Python\plutushybrid\plutushybrid.py", line 112, in
multiprocessing.Process(target = main, args = (database, )).start()
File "C:\Python\lib\multiprocessing\process.py", line 105, in start
self._popen = self._Popen(self)
File "C:\Python\lib\multiprocessing\context.py", line 212, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
File "C:\Python\lib\multiprocessing\context.py", line 313, in _Popen
return Popen(process_obj)
File "C:\Python\lib\multiprocessing\popen_spawn_win32.py", line 66, in _init
_
reduction.dump(process_obj, to_child)
File "C:\Python\lib\multiprocessing\reduction.py", line 59, in dump
ForkingPickler(file, protocol).dump(obj)
MemoryError
Traceback (most recent call last):
File "", line 1, in
File "C:\Python\lib\multiprocessing\spawn.py", line 106, in spawn_main
exitcode = _main(fd)
File "C:\Python\lib\multiprocessing\spawn.py", line 116, in _main
self = pickle.load(from_parent)
EOFError: Ran out of input

Windows XP,Atom proccesor, Python 3.4.3
I don't understand what the problem ?
Maybe old proccesor of old windows ?

@mjnowak1982
Copy link

I'm having the same issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants