> memento-bg
pygame 2.5.0 (SDL 2.28.0, Python 3.10.12)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "C:\Users\dzidm\miniconda3\Scripts\memento-bg-script.py", line 33, in <module>
sys.exit(load_entry_point('memento', 'console_scripts', 'memento-bg')())
File "c:\users\dzidm\downloads\memento\memento\__init__.py", line 6, in bg
backgound = Background()
File "c:\users\dzidm\downloads\memento\memento\background.py", line 75, in __init__
self.workers[i].start()
File "C:\Users\dzidm\miniconda3\lib\multiprocessing\process.py", line 121, in start
self._popen = self._Popen(self)
File "C:\Users\dzidm\miniconda3\lib\multiprocessing\context.py", line 224, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
File "C:\Users\dzidm\miniconda3\lib\multiprocessing\context.py", line 336, in _Popen
return Popen(process_obj)
File "C:\Users\dzidm\miniconda3\lib\multiprocessing\popen_spawn_win32.py", line 93, in __init__
reduction.dump(process_obj, to_child)
File "C:\Users\dzidm\miniconda3\lib\multiprocessing\reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
TypeError: cannot pickle 'sqlite3.Connection' object
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\dzidm\miniconda3\lib\multiprocessing\spawn.py", line 116, in spawn_main
exitcode = _main(fd, parent_sentinel)
File "C:\Users\dzidm\miniconda3\lib\multiprocessing\spawn.py", line 126, in _main
self = reduction.pickle.load(from_parent)
EOFError: Ran out of input
For now I am give up on this...
Is there even a chance for it to work on Windows?
Currently,
tesserocrwheels doesn't compile on Windows and installed binary is not found.Also,
OPENAI_API_KEYcannot be found no matter what I do. I guess I need to try to restart the system as a last resort. Yes, restarting actually helped somehow.For now I am give up on this...