-
Hi, I followed everything in this tutorial and installed WSL 2. And I changed my ganache localhost to WSL. The projects are created in the WSL Home Foler, but I am still getting this message. Brownie v1.17.2 - Python development framework for Ethereum
Ethproject is the active project.
Launching 'ganache-cli --port 8545 --gasLimit 12000000 --accounts 10 --hardfork istanbul --mnemonic brownie'...
File "brownie/_cli/__main__.py", line 64, in main
importlib.import_module(f"brownie._cli.{cmd}").main()
File "brownie/_cli/run.py", line 44, in main
network.connect(CONFIG.argv["network"])
File "brownie/network/main.py", line 50, in connect
rpc.launch(active["cmd"], **active["cmd_settings"])
File "brownie/network/rpc/__init__.py", line 93, in launch
raise RPCProcessError(cmd, uri)
RPCProcessError: Unable to launch local RPC client.
Command: ganache-cli
URI: http://127.0.0.1:8545 Please help. I am be stuck here for a whole day. plz :( |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I spent a whole day researching this and I finally resolved this. You just need to downgrade your node into nvm uninstall <current version>
nvm install 16.13.2 Then you good! |
Beta Was this translation helpful? Give feedback.
-
It happens to me during lesson 13 after doing yarn stuff. Thanks for the answer. |
Beta Was this translation helpful? Give feedback.
I spent a whole day researching this and I finally resolved this.
You just need to downgrade your node into
16.13.2
. By using the following code [WSL2 ONLY!]:Then you good!