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

Update the eth-account dependency to support python 3.10 #103

Open
mvshvets opened this issue Dec 25, 2022 · 0 comments
Open

Update the eth-account dependency to support python 3.10 #103

mvshvets opened this issue Dec 25, 2022 · 0 comments

Comments

@mvshvets
Copy link

mvshvets commented Dec 25, 2022

Thanks for this cool library!

I recently decided to upgrade the project to python 3.10 and came across this:

File "/usr/local/lib/python3.10/site-packages/tronapi/__init__.py", line 11, in <module>
  from eth_account import Account  # noqa: E402
File "/usr/local/lib/python3.10/site-packages/eth_account/__init__.py", line 1, in <module>
  from eth_account.account import (  # noqa: F401
File "/usr/local/lib/python3.10/site-packages/eth_account/account.py", line 1, in <module>
  from collections import (
ImportError: cannot import name 'Mapping' from 'collections' (/usr/local/lib/python3.10/collections/__init__.py)

Are there plans to update the eth-account dependency to support python 3.10?

@mvshvets mvshvets changed the title Support python 3.10 Update the eth-account dependency to support python 3.10 Dec 25, 2022
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

1 participant