I cannot install packages using pipx.
python3 -m pipx ensurepath
worked perfectly.
The command pipx install eth-brownie
outputs the error:
"Error installing eth-brownie"
It seems to be a pipx issue because I also tried to install other packages using pipx and the error message was the same.
Python version: 3.9.7