Skip to content
New issue

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

May not work for some installation with the trezor from 0.13.0 #49

Open
madlabman opened this issue Dec 19, 2022 · 1 comment
Open

May not work for some installation with the trezor from 0.13.0 #49

madlabman opened this issue Dec 19, 2022 · 1 comment

Comments

@madlabman
Copy link

madlabman commented Dec 19, 2022

The problem is in simple-rlp dependency introduced by trezor, see the issue.

<...>
    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.

@banteg
Copy link
Owner

banteg commented Jun 28, 2023

could you check with the latest version? notice that the package was renamed to brownie-safe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants