We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I launch program like this:
slither Contract.sol
and receive an error: "FileNotFoundError: [Errno 2] No such file or directory: 'solc'"
I have solc installed.
$ solcjs --version 0.4.25+commit.59dbf8f1.Emscripten.clang
But executable is called solcjs, not solc. Or it is something different?
The text was updated successfully, but these errors were encountered:
Yes, these are two different commands. Please follow the install instructions for solc https://solidity.readthedocs.io/en/v0.4.21/installing-solidity.html
Sorry, something went wrong.
Thank you! I installed solc through apt-get, and now it works!
https://solidity.readthedocs.io/en/v0.4.21/installing-solidity.html#binary-packages
I added a troubleshooting section to capture questions and answers like this: https://github.com/trailofbits/slither/wiki#troubleshooting
No branches or pull requests
I launch program like this:
and receive an error:
"FileNotFoundError: [Errno 2] No such file or directory: 'solc'"
I have solc installed.
But executable is called solcjs, not solc. Or it is something different?
The text was updated successfully, but these errors were encountered: