-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Auth and such are using subprocesses that invoke cmd
and tasklist
, so windows only.
#2
Comments
If you want I extend this on another branch and open a PR for you.... |
Also running into this issue, would love that pr |
Hi @areed1192 I just hit this issue, should this work with osx?
|
Hey! I've got the same issue, anyone know how to change all the subprocess commands? Thanks! |
I didn't see any PR for posix support so, I created it myself. |
Are there no options to use this library on mac / UNIX?
Or do I have to change all the subprocess windows commands to UNIX equivalents?
e.g. FileNotFoundError: [Errno 2] No such file or directory: 'tasklist' when trying to see if there is an active running gateway...
Kind regards,
Kristof
The text was updated successfully, but these errors were encountered: