-
Notifications
You must be signed in to change notification settings - Fork 152
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 pickle '_curses.window' object #115
Comments
I guess maybe you can try the Windows Linux Subsystem? https://docs.microsoft.com/en-us/windows/wsl/ Sorry that I don't have a better recommendation, since I haven't used windows for a very long time... |
I ran into the same issue on macOS and adding |
Thanks for your suggestion @paulmadejong. Will try it |
hey ive got a similar problem numpy 1.26.4 i get this error: did the solution @paulmadejong stated fixed the issue and if yes could u explain the steps id appreciate it thank u best regards |
Dear Junzis,
Very appreciate with pyModeS that could give me interesting use case as a noob on python.
I tried to run modeslive on windows environment but found error like this:
Traceback (most recent call last):
File "C:\Users*\AppData\Local\Programs\Python\Python39\Lib\site-packages\pyModeS\streamer\modeslive.py", line 140, in
screen_process.start()
File "C:\Users*\AppData\Local\Programs\Python\Python39\lib\multiprocessing\process.py", line 121, in start
self._popen = self._Popen(self)
File "C:\Users*\AppData\Local\Programs\Python\Python39\lib\multiprocessing\context.py", line 224, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
File "C:\Users*\AppData\Local\Programs\Python\Python39\lib\multiprocessing\context.py", line 327, in _Popen
return Popen(process_obj)
File "C:\Users**\AppData\Local\Programs\Python\Python39\lib\multiprocessing\popen_spawn_win32.py", line 93, in init
reduction.dump(process_obj, to_child)
File "C:\Users\r**\AppData\Local\Programs\Python\Python39\lib\multiprocessing\reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
TypeError: cannot pickle '_curses.window' object
but otherwise on linux, the script can run well.
I've add pip install windows-curses but still can't work.
Is there any concern for windows environment?
The text was updated successfully, but these errors were encountered: