Skip to content

cannot install brownie with pipx #216

Answered by cromewar
s1n7 asked this question in Q&A
Oct 17, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

I highly recommend install eth-brownie in a virtualenv, try doing this:

pip3 install virtualenv

Then create a new virtual environment

virutalenv nameyouwant

Activate it (windows)

.\FolderName\Scripts\activate

finally install eth-brownie using pip:

pip install eth-brownie

This adds more steps that's true, however gives you more control about which libraries you want depending on the project you are on.

Note: do not forget to install ganache-cli (globally or for the env) using pip.
Note2: I also recommend a lot you try to do this on WSL2 (windows subsystem for linux)

I hope this info helps.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@haraslub
Comment options

@cromewar
Comment options

@haraslub
Comment options

Answer selected by s1n7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants