brownie icon indicating copy to clipboard operation
brownie copied to clipboard

Packaging 22.0 broke brownie (packaging.requirements.InvalidRequirement: Expected closing RIGHT_PARENTHESIS)

Open danielbraun89 opened this issue 2 years ago • 4 comments

Environment information

  • brownie any

  • Python Version: any

  • OS: linux

Way to reproduce

pip install packaging==22.0 pipx install eth-brownie

danielbraun89 avatar Dec 09 '22 13:12 danielbraun89

I have this issue too

jackBurghardt avatar Dec 12 '22 21:12 jackBurghardt

workaround that seems to work for us: explicitly install packaging 21.3 before installing brownie:

pip install packaging==21.3
pipx install eth-brownie

matthiaszimmermann avatar Dec 13 '22 16:12 matthiaszimmermann

workaround that seems to work for us: explicitly install packaging 21.3 before installing brownie:

pip install packaging==21.3
pipx install eth-brownie

This worked for me. Been looking for a fix for ages. Thanks @matthiaszimmermann :)

mfirkins avatar Dec 14 '22 16:12 mfirkins

workaround that seems to work for us: explicitly install packaging 21.3 before installing brownie:

pip install packaging==21.3
pipx install eth-brownie

it does work. thx bro

BoogalooLi avatar May 12 '23 09:05 BoogalooLi