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
0.13.0
The problem is in simple-rlp dependency introduced by trezor, see the issue.
simple-rlp
trezor
<...> class HashableRLP(rlp.Serializable): AttributeError: module 'rlp' has no attribute 'Serializable'
Possible workaround for those who doesn't rely on trezor:
rm -r .direnv/python-3.9.16/lib/python3.9/site-packages/rlp-2.0.1.dist-info rm -r .direnv/python-3.9.16/lib/python3.9/site-packages/rlp pip install rlp==2.0.1
By the way, simple running pip install ape-safe from scratch does the thing because of order of packages installation.
pip install ape-safe
The text was updated successfully, but these errors were encountered:
could you check with the latest version? notice that the package was renamed to brownie-safe
brownie-safe
Sorry, something went wrong.
No branches or pull requests
The problem is in
simple-rlp
dependency introduced bytrezor
, see the issue.Possible workaround
for those who doesn't rely on:trezor
By the way, simple running
pip install ape-safe
from scratch does the thing because of order of packages installation.The text was updated successfully, but these errors were encountered: