brownie
brownie copied to clipboard
ValueError: Multiple networks using ID 'fork-mainnet'
I installed brownie with all possible ways : using repository | npx install | pip install
Always having this error :

Seems like eth-brownie
is installed? Are you able to list the networks using the command brownie networks list
?
Have you tried installing brownie
in virtual environment?