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
py-solc is incompatible with Solidity compiler 0.5.0
--combined-json clone-bin is deprecated in version 0.5.0 but is set in main.py and wrapper.py. Has to be removed.
Compile from source uses the solc compiler option to compile from stdin but does this incorrectly.
The fix would be to add command += "-" at the end of the command creation.
A quick and dirty fix for both issues can be seen on my repository master branch at: