-
Notifications
You must be signed in to change notification settings - Fork 988
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
Asks me to upgrade to solc 0.6.0 version when I already have it #1578
Comments
You may have it installed but what solidity version are you using to compile your project? This is related to #1319 where the compiler does not provide enough info for versions 0.5.12 and needs to be upgraded. |
@0xalpharush im using 0.8.14 version. |
What branch did you install slither from? |
I found that i use mutiple .sol files with different compiler versions and one of them was 0.4.11, my bad sorry . |
If it's difficult to upgrade, you can also try using imports like |
This following error drops when runninng
slither .
in my brownie project .And when i want to install solc '0.6.0' it says that i already have it :
The text was updated successfully, but these errors were encountered: