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
On MacOS with latest OS. Upon running solidity_flattener SimpleToken.sol the following error is output:
File "/usr/local/bin/solidity_flattener", line 4, in <module>
flattener.core.main()
File "/usr/local/lib/python3.7/site-packages/flattener/core.py", line 96, in main
solc_proc = subprocess.run(solc_args, stdout=subprocess.PIPE, universal_newlines=True)
File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 472, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 775, in __init__
restore_signals, start_new_session)
File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 1522, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'solc': 'solc'
This may be tied to the issue of Solidity 0.5.0 unable to be flattened(I will the link the issue eventually). I sure hope this is resolved soon...
The text was updated successfully, but these errors were encountered:
On MacOS with latest OS. Upon running
solidity_flattener SimpleToken.sol
the following error is output:This may be tied to the issue of Solidity 0.5.0 unable to be flattened(I will the link the issue eventually). I sure hope this is resolved soon...
The text was updated successfully, but these errors were encountered: