Skip to content
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

psutil shellenv #109

Open
liuzy88 opened this issue Jan 26, 2022 · 3 comments
Open

psutil shellenv #109

liuzy88 opened this issue Jan 26, 2022 · 3 comments

Comments

@liuzy88
Copy link

liuzy88 commented Jan 26, 2022

image

Package Control: The dependency "psutil" is either not available on this platform or for this version of Sublime Text

@liuzy88
Copy link
Author

liuzy88 commented Jan 26, 2022

Find: psutil
Where: ~/Library/Application Support/Sublime Text/Packages/Nodejs/

...
            // "newterm",
            // "psutil"
...
# import psutil
...
        try:
            os.system('kill -9 ' + debugger_pid)
            # p = psutil.Process(int(debugger_pid))
            # debug("_kill_debugger: process:", p)
            # p.kill()
        except psutil.NoSuchProcess as e:
            debug("_kill_debugger: NoSuchProcess exception is occurred", e)
            return
...

@DiegoGiovany
Copy link

same here... still not fixed?

@varp
Copy link
Collaborator

varp commented Aug 25, 2022

Sorry for this. Do not have a spare time to work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants