Discussion about this post

User's avatar
Roly Poly's avatar

Thought I would add this solution to a bug I had while installing.

The bug was that the install for eth-brownie would fail using pip.

The eventual solution involved installing Cython, cytoolz, and then trying the eth-brownie install an nth time.

These pages were helpful: https://eth-brownie.readthedocs.io/en/stable/install.html

https://ethereum.stackexchange.com/questions/112042/link1120-error-when-attempting-to-install-brownie-with-pipx-install-eth-brownie

edit: still not getting the right brownie version. Am getting 1.16.4 from pip. will update progress when I figure it out.

2nd edit: Finally got brownie 1.17.2 by cloning its repo and using setup.py to install the 1.17.2. Victory!!

Expand full comment
BowTiedSaber's avatar

also had issues installing eth-brownie.

Had to install Microsoft Visual C++ 14.0+ with 'C++ build tools' and 'Universal Windows Platform build tools' (for the Windows 10 SDK)

don't know whether I need all of what's in those packs but fck it, it works

Expand full comment
27 more comments...

No posts