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 cannot for the life of me to get this extension to run on vscode osx. I followed the installation steps but am always getting the following errors:
⸻ Slither: Solidity static analysis framework by Trail of Bits ⸻
Error: /bin/sh: slither: command not found
Error: Slither not found:
Please verify slither is installed with the following command: "pip install slither-analyzer"
For more information, please visit: https://github.com/crytic/slither
my default shell is zsh, not sure why the slither extension is trying to run scripts under /bin/sh. maybe that's the problem.
I am using pyenv to manage python versions on my machine.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I cannot for the life of me to get this extension to run on vscode osx. I followed the installation steps but am always getting the following errors:
⸻ Slither: Solidity static analysis framework by Trail of Bits ⸻
Error: /bin/sh: slither: command not found
Error: Slither not found:
Please verify slither is installed with the following command: "pip install slither-analyzer"
For more information, please visit: https://github.com/crytic/slither
my default shell is zsh, not sure why the slither extension is trying to run scripts under /bin/sh. maybe that's the problem.
I am using pyenv to manage python versions on my machine.
Anyone else running into this issue?
Beta Was this translation helpful? Give feedback.
All reactions