Brownie: command not found #336
-
Hi, VS code using WSL was working fine a few hours ago, and now I'm getting a 'brownie: command not found' message in my terminal. The only change I've made is updating Express VPN which I've now uninstalled, but still get the same message. I also tried to update ubunto and the additional steps in the link below and received a decent amount of errors. Anyone having similar issues? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 13 replies
-
The ubuntu problem may be because the mirror list are pointing somewhere else (the location your vpn was pointing) |
Beta Was this translation helpful? Give feedback.
-
Thanks and restarted computer as suggested. Ya it's strange 'sudo apt upgrade' worked but errors on 'sudo apt-get update'. And with 'pip install eth-brownie' is saying 'Requirement already satisfied'. Usually when you type 'brownie' into the terminal, it highlights yellow, but not happening now. |
Beta Was this translation helpful? Give feedback.
-
Don't forget tu run the "fix missing" also as admin with sudo. If it says
is already satisfied could try to run brownie networks list?
…On Tue, Nov 9, 2021, 9:09 PM ChristianG77 ***@***.***> wrote:
Thanks and restarted computer as suggested.
Ya it's strange 'sudo apt upgrade' worked but errors on 'sudo apt-get
update'.
And with 'pip install eth-brownie' is saying 'Requirement already
satisfied'.
Usually when you type 'brownie' into the terminal, it highlights yellow,
but not happening now.
[image: image]
<https://user-images.githubusercontent.com/91568178/141036308-0354c162-9b9b-4cd8-909a-aa02cca5c96a.png>
[image: image]
<https://user-images.githubusercontent.com/91568178/141036572-531af305-0d51-42fd-865b-1b54792c780a.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#336 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE2DODBPKY63I3YM2ULQM2LULHH5LANCNFSM5HWTU7NQ>
.
|
Beta Was this translation helpful? Give feedback.
-
It is not a ideal scenario, but yes.. give a try
…On Wed, Nov 10, 2021, 3:25 AM ChristianG77 ***@***.***> wrote:
Thanks for the suggestions.
I've tried them all and no luck.
Maybe uninstall WSL, ubuntu, VS Code, Python and Brownie and reinstall
them all again?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#336 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE2DODFWF5F3VOZFRLANGBTULIUBLANCNFSM5HWTU7NQ>
.
|
Beta Was this translation helpful? Give feedback.
-
Ok thanks. I was modifying the development network to meet the WSL hostname in ganache. Is there a better way to specify this hostname and port number? |
Beta Was this translation helpful? Give feedback.
The ubuntu problem may be because the mirror list are pointing somewhere else (the location your vpn was pointing)
restart your computer and try again with update and upgrade.
Regarding to brownie, well it's estrange did you use a virtualenv? anyways just re-install it with
pip install eth-brownie
.