You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at this point, I can only CTRL+C to get out, or close the cmd window
Looking at Process Explorer, 2484 is the PID of GYB.exe; it has three NamedPipe handles, two of which are called "\Device\NamedPipe\pyc-2484-0-sv13popd". I checked the discussion group and this hasn't been mentioned yet; a quick Google search indicates this might be something wrong with the way Python for Windows is implementing multiprocessing.
The text was updated successfully, but these errors were encountered:
--CONFIRMED, running GYB 1.60
--CONFIRMED
Full steps to reproduce the issue:
c:\gyb\gyb --action create-project --email [Google email address]
Expected outcome (what are you trying to do?):
Actual outcome (what errors or bad behavior do you see instead?):
gyb.exe: error: unrecognized arguments: --multiprocessing-fork parent_pid=2484 pipe_handle=752
Looking at Process Explorer, 2484 is the PID of GYB.exe; it has three NamedPipe handles, two of which are called "\Device\NamedPipe\pyc-2484-0-sv13popd". I checked the discussion group and this hasn't been mentioned yet; a quick Google search indicates this might be something wrong with the way Python for Windows is implementing multiprocessing.
The text was updated successfully, but these errors were encountered: