omgnetwork / plasma-cash

122 stars 34 forks source link

Will not run on Ubuntu 16.04 #60

Closed nihar97 closed 6 years ago

nihar97 commented 6 years ago

Error when running python development.py. Using python3 and ubuntu.

Traceback (most recent call last): File "deployment.py", line 3, in <module> Deployer().deploy_contract('RootChain/RootChain.sol') File "plasma-cash/plasma_cash/root_chain/deployer.py", line 48, in deploy_contract abi, bytecode, contract_name = self.compile_contract(path, args) File "plasma-cash/plasma_cash/root_chain/deployer.py", line 36, in compile_contract abi = compiled_sol['contracts'][file_name][contract_name]['abi'] KeyError: 'abi'

HuangJi commented 6 years ago

What's your solc version?

nihar97 commented 6 years ago

Its 0.4.19.

HuangJi commented 6 years ago

Pls check the README. It can only run with 0.4.18 for now. We will fix this issue ASAP.

nihar97 commented 6 years ago

OK thanks.