-
Notifications
You must be signed in to change notification settings - Fork 64
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
pssh for Windows OS #144
Comments
You'll need openssh. Putty is not supported (it's a GUI thing anyway). Run To install this project, you need to clone this repository (or download as a zip file) and run |
Apparently there is not fcntl module for Windows |
Retry latest master. Those |
Thanks for your quick response. module 'os' has no attribute 'pipe2' trace: |
OK, there are some SIGCHLD-related code, and I don't know how to do the same thing on Windows. So no, Windows is not supported. Maybe you can try wsl2 which is a Linux virtual machine. |
Is it possible to run pssh under Windows OS?
I have python3 installed installed on my Windows 10:
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Questions
In powershell, python3 -m pip pssh
I'm using putty as my ssh program
Thanks for any help
The text was updated successfully, but these errors were encountered: