oloridama

Results 18 comments of oloridama

Which version of windows are you using?

@Arslaankhan remove the export keyword and leave a space before and after the = sign

> Problem solved by installing node.js and after which I ran in terminal "npm install -g solc" Code finally ran!! Download node.js for windows here https://nodejs.org/en/

Traceback (most recent call last): File "C:\Users\3\demos\web3_py_simple_storage\deploy.py", line 6, in install_solc(_solc_version) File "C:\Users\3\AppData\Local\Programs\Python\Python39\lib\site-packages\solcx\install.py", line 466, in install_solc raise exc File "C:\Users\3\AppData\Local\Programs\Python\Python39\lib\site-packages\solcx\install.py", line 459, in install_solc _validate_installation(version, solcx_binary_path) File "C:\Users\3\AppData\Local\Programs\Python\Python39\lib\site-packages\solcx\install.py", line...

> I was having the same issue. I installed the solc compiler from npm. Did you add it somewhere in the brownie-config.yaml file? Nope! Didn't add to config. I just...