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
If you run solc-select versions in a fresh venv, it's expected that solc isn't installed. The error message could be more helpful instead of the current behavior:
(slither) alpharush@macbook slither % solc-select versions
Traceback (most recent call last):
File "/opt/homebrew/bin/solc-select", line 8, in <module>
sys.exit(solc_select())
^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/solc-select/1.0.2/libexec/lib/python3.11/site-packages/solc_select/__main__.py", line 64, in solc_select
res = current_version()
^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/solc-select/1.0.2/libexec/lib/python3.11/site-packages/solc_select/solc_select.py", line 60, in current_version
raise argparse.ArgumentTypeError(
argparse.ArgumentTypeError: No solc version set. Run `solc-select use VERSION` or set SOLC_VERSION environment variable.
The text was updated successfully, but these errors were encountered:
0xalpharush
changed the title
solc-select versions should indicate that there aren't any versions of solc installed instead off erroringsolc-select versions should indicate that there aren't any versions of solc installed instead of erroring
Jan 30, 2023
If you run
solc-select versions
in a fresh venv, it's expected that solc isn't installed. The error message could be more helpful instead of the current behavior:The text was updated successfully, but these errors were encountered: