You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the VS Code extension as described here but it throws an error when I try to profile my code: spawn austin ENOENTaustin process exited with code -4058
How can I get it running?
The text was updated successfully, but these errors were encountered:
I had similar issue, using the default launching (Running 'austin' with args '-i 100 --pipe .../python .../profiling.py'.) failed with error code -2.
But when I do "austin -m .../python .../profiling.py ", it worked
I have installed the VS Code extension as described here but it throws an error when I try to profile my code:
spawn austin ENOENTaustin process exited with code -4058
How can I get it running?
The text was updated successfully, but these errors were encountered: