-
I am using WSL ubuntu and when i run |
Beta Was this translation helpful? Give feedback.
Answered by
Tarunrao0
Jan 17, 2024
Replies: 1 comment 8 replies
-
Hello @Tarunrao0 Your slither installation might be interfering with another dependency or library. I highly suggest you install the tool on an isolated Python environment using Also, be sure you have installed the solidity solc compiler first: https://docs.soliditylang.org/en/v0.4.21/installing-solidity.html#binary-packages |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you sm. I was so confused when it said forge not found. The issue was somehow my foundry had uninstalled(?). Basically forge, caste and anvil werent there anymore after id installed slither. I reinstalled foundry and that solved the issue.