oloridama
oloridama
Which version of windows are you using?
@Arslaankhan remove the export keyword and leave a space before and after the = sign
> having the same issue here. It worked fine on windows 8.1 but when i shifted to windows 10 it gives the same error Did you find a way around...
> > > having the same issue here. It worked fine on windows 8.1 but when i shifted to windows 10 it gives the same error > > > >...
Problem solved by installing node.js and after which I ran in terminal "npm install -g solc" Code finally ran!!
> 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/
Yeah pip is a management system that installs packages written in python and found in python package index
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...
> Ok so how did brownie know which solc compiler to use? Have you added this line to your deploy script? from solcx import compile_standard, install_solc