Running an adaptor in daemon mode on Windows requires steps in addition to a standard pip install. You must install pywin32 in the adaptor runtime client's environment which adds a rough edge for users setting up/managing everything.
Proposed Solution
We should be able to remove it and provide our own minimal shim around the named pipe servers that forced the inclusion of the dependency.
Use Case
Running an adaptor in daemon mode on Windows requires steps in addition to a standard
pip install
. You must installpywin32
in the adaptor runtime client's environment which adds a rough edge for users setting up/managing everything.Proposed Solution
We should be able to remove it and provide our own minimal shim around the named pipe servers that forced the inclusion of the dependency.