brownie
brownie copied to clipboard
Packaging 22.0 broke brownie (packaging.requirements.InvalidRequirement: Expected closing RIGHT_PARENTHESIS)
Environment information
-
brownie
any -
Python Version: any
-
OS: linux
Way to reproduce
pip install packaging==22.0 pipx install eth-brownie
I have this issue too
workaround that seems to work for us: explicitly install packaging 21.3 before installing brownie:
pip install packaging==21.3
pipx install eth-brownie
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 :)
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