Hi,
pylink is a greate tool and we use it to test MCU devices.
However I always met some trobules if install it on windows 10 system.
It fails to when installing psutil module and it report missing Visual Studio C++2015...
I have to cost many time to download vistual studio installer and then install C++ build tools.
I checked the code and there only one place to use psutil.pid_exists check pid is alive.
Can we remove the module psutil and replace it with other workaround?
https://stackoverflow.com/questions/568271/how-to-check-if-there-exists-a-process-with-a-given-pid-in-python