Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

(Mainnet-Fork) RPCProcessError: Unable to launch local RPC client. #16

Closed
RishabhSood opened this issue Dec 30, 2021 · 1 comment
Closed

Comments

@RishabhSood
Copy link

brownie console --network mainnet-fork

(removed project id for infura project)

INFO: Could not find files for the given pattern(s).
Brownie v1.17.2 - Python development framework for Ethereum

FundMeProject is the active project.

Launching 'ganache-cli.cmd --accounts 10 --hardfork istanbul --fork https://mainnet.infura.io/v3/projectid --gasLimit 12000000 --mnemonic brownie --port 8545 --chainId 1'...
  File "C:\Users\soodr\.local\pipx\venvs\eth-brownie\lib\site-packages\brownie\_cli\__main__.py", line 64, in main
    importlib.import_module(f"brownie._cli.{cmd}").main()
  File "C:\Users\soodr\.local\pipx\venvs\eth-brownie\lib\site-packages\brownie\_cli\console.py", line 58, in main
    network.connect(CONFIG.argv["network"])
  File "C:\Users\soodr\.local\pipx\venvs\eth-brownie\lib\site-packages\brownie\network\main.py", line 50, in connect
    rpc.launch(active["cmd"], **active["cmd_settings"])
  File "C:\Users\soodr\.local\pipx\venvs\eth-brownie\lib\site-packages\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
@RishabhSood
Copy link
Author

Updating node version and reinstalling ganache-cli seems to resolve this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant