[Resolved - watched set Arbitrum Environment video]Brownie : The term 'brownie' is not recognized

When I try to create token using Arbitrum Speedy Node I get this error:


brownie : The term 'brownie' is not recognized as the name of a cmdlet, function, script file, or 
operable program. Check the spelling of the name, or if a path was included, verify that the path is   
correct and try again.
  1. I cloned the GitHub repo using:
    git clone https://github.com/AUNS-Ecosystem/Beta-Token.git

  2. Added Speedy Node ID

brownie networks add Arbitrum arbitrum_AUNSBeta host='Added my link here' name='AUNSBeta' chainid=421611 explorer='https://rinkeby-explorer.arbitrum.io/#/'

  1. run pip install eth-brownie

  2. run brownie networks list

Now I get the error stated above. am I missing a step in my process?

Thanks for the help! :slight_smile:

You could try running pip uninstall eth-brownie and re-installing pip install eth-brownie to see which file you need to add to PATH.

link for ref: https://stackoverflow.com/questions/69127238/brownie-installed-but-not-recognized

1 Like

I was able to solve the issue and install with pip install eth brownie and adding the file to path. But now Iā€™m getting this when I run the brownie networks list command:


brownie networks list
INFO: Could not find files for the given pattern(s).

Any ideas?