question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

brownie console loading failed

See original GitHub issue

Environment information

  • brownie Version: 1.14.6
  • ganache-cli Version: 6.12.2
  • solc Version: x.x.x
  • Python Version: 3.8.10
  • OS: osx

What was wrong?

when i run brownie console it shows

Brownie v1.14.6 - Python development framework for Ethereum

BrownieTokenTemplateProject is the active project.

Launching 'ganache-cli --port 8545 --gasLimit 12000000 --accounts 10 --hardfork istanbul --mnemonic brownie'...

this take long time , nothing to happen .

anyone can help me ?

Please include information like:

  • what command you ran
  • the code that caused the failure (see this link for help with formatting code)
  • full output of the error you received

How can it be fixed?

Fill this in if you know how the bug could be fixed.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
PatrickAlphaCcommented, Jun 26, 2021

How many contracts are in your contracts folder?

0reactions
yujianFreshcommented, Jun 28, 2021

it’s because of my network failed, now it’s work well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Brownie Console Not Starting - Ethereum Stack Exchange
I am trying to get the brownie console to start up. In the command line, I am getting error when I type: brownie...
Read more >
eth-brownie/community - Gitter
Unable to deploy simple smart contract using Brownie. I used the example from remix and I am getting the following error. image.png. Any...
Read more >
Debugging Tools — Brownie v1.2.1 documentation
The first step in determining why a transaction has failed is to look at the error string it returned (the “revert string”). This...
Read more >
eth-brownie installation fails - python - Stack Overflow
Fixed it by reinstalling regex via pip : Type in console pip uninstall regex; Type pip install regex.
Read more >
Brownie Documentation - Read the Docs
From inside a project folder, load it by typing: $ brownie console. Brownie will compile the contracts, launch or attach to The Local...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found