We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brownie
ganache-cli
solc
The installation fails via pipx.
$ pipx install eth-brownie
Fatal error from pip prevented installation. Full pip output in file: /home/anon/.local/pipx/logs/cmd_2023-09-11_01.11.35_pip_errors.log
pip seemed to fail to build package: pyyaml==5.4.1
Some possibly relevant errors from pip install: error: subprocess-exited-with-error AttributeError: cython_sources
Error installing eth-brownie.
The full debug log I have posted here: https://termbin.com/l9ly
Apparently it's a dependency issue. Perhaps by updating the required version of pyyaml?
The text was updated successfully, but these errors were encountered:
Use https://github.com/Deivitto/auditor-docker it saved my life today.
Sorry, something went wrong.
No branches or pull requests
Environment information
brownie
Version: 1.19.3ganache-cli
Version: v6.12.2solc
Version: 0.8.18+commit.87f61d96.Linux.g++What was wrong?
The installation fails via pipx.
$ pipx install eth-brownie
Fatal error from pip prevented installation. Full pip output in file:
/home/anon/.local/pipx/logs/cmd_2023-09-11_01.11.35_pip_errors.log
pip seemed to fail to build package:
pyyaml==5.4.1
Some possibly relevant errors from pip install:
error: subprocess-exited-with-error
AttributeError: cython_sources
Error installing eth-brownie.
The full debug log I have posted here: https://termbin.com/l9ly
How can it be fixed?
Apparently it's a dependency issue. Perhaps by updating the required version of pyyaml?
The text was updated successfully, but these errors were encountered: