solc_wrapper() got an unexpected keyword argument 'solc_version' #1075
Unanswered
ForeManCrypto
asked this question in
Q&A
Replies: 1 comment
-
Hello @ForeManCrypto "outputSelection": {
"": {"": ["abi", "metadata", "evm.bytecode", "evm.sourceMap"]}
} should be: "outputSelection": {
"*": {
"*": ["abi", "metadata", "evm.bytecode", "evm.bytecode.sourceMap"]
} Also remember two things: 1, the package you need to execute this is: https://pypi.org/project/py-solc-x/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have understood the solc installation. (I think)
I still have an error:
The code:
Beta Was this translation helpful? Give feedback.
All reactions