Skip to content

Can we replace the pusutil.pid_exists with another method? #83

@Hoohaha

Description

@Hoohaha

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions