-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
'Failed to create process' #98
Comments
(Sigh) I don't even have access to Windows 10. :-( |
Well, maybe I can help more. I can confirm that this isn't an issue with Python 3.4.3. I can also confirm that if I clone the repo and run |
There are other failing tests on Python 3.5. Maybe if I fix those on posix, Windows may benefit as well. I really dislike the way green communicates with its subprocesses, but I haven't yet found a better way that works across all versions and platforms without pulling in an external library. |
Did the new release fix anything, by chance? I'm trying to put together a Windows 10 VM, but if it's already fixed I won't bother... |
|
No problem. I'm glad it's working for you now! |
Using Python 3.5.0 x64 on Windows 10 with Green 2.1.2.
Try to run any
green
command, and it fails and displays the messageFailed to create process
.The issue is present on Green 2.1.1 and 2.1.0, but not Green 2.0.7 (which works fine).
The text was updated successfully, but these errors were encountered: