py-solc icon indicating copy to clipboard operation
py-solc copied to clipboard

Python wrapper around the solc Solidity compiler.

Results 18 py-solc issues
Sort by recently updated
recently updated
newest added

It's really confusing to python engineers getting into this space looking to use this repo since it's deprecated. Can you please point all users who reach here to get re-routed...

### What was wrong? #43 py-solc is error in windows ``` def _parse_compiler_output(stdoutdata): output = json.loads(stdoutdata) if "contracts" not in output: return {} contracts = output['contracts'] sources = output['sources'] for...

It look like just support 0.4.x,and can you support to 0.7?

I am trying to convert mp3 file to wav file using python! **_CODE:_** from os import path from pydub import AudioSegment # files src = "the_audio.mp3" dst = "test.wav" #...

* `py-solc` Version: 2.1.0 (shown when I run `pip3 list`) * `solc` Version: 0.4.17+commit.bdeb9e52.Linux.g++ * Python Version: 3.6.3 * OS: Docker VM on macOS 10.12.6 - Linux version 4.9.49-moby (gcc...

* `py-solc` Version: 3.2.0 * `solc` Version: x.x.x * Python Version: 3.7 * OS: osx/ ### What was wrong? Please include information like: while do python3 -m solc.install v0.4.25 Unsupported...

* `py-solc` Version: 3.2.0 * `solc` Version: 0.5.0 * Python Version: 3.6.7 * OS: linux To keep up to date with the latest changes, it would be nice to have...

* `py-solc` Version: 3.1.0 * `solc` Version: 0.4.24 * Python Version: 3.7 * OS: osx ### What was wrong? * full output of the error you received > /usr/local/bin/python3.7 /Users/sam/work/tutorial/test/web3_test.py...

* `py-solc` Version: 3.2.0 * `solc` Version: 0.4.21 * Python Version: 3.6.5 * OS: linux When calling compile_files method with --output-dir= param: stdoutdata, stderrdata, command, proc = solc_wrapper(**compiler_kwargs) stdoutdata is...

* `py-solc` Version: 3.2.0 * `solc` Version: 0.5.0 * Python Version: 3.6.7 * OS: Linux ### What was wrong? py-solc is incompatible with Solidity compiler 0.5.0 `--combined-json clone-bin` is deprecated...