You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
mvshvets
changed the title
Support python 3.10
Update the eth-account dependency to support python 3.10
Dec 25, 2022
Thanks for this cool library!
I recently decided to upgrade the project to python 3.10 and came across this:
Are there plans to update the eth-account dependency to support python 3.10?
The text was updated successfully, but these errors were encountered: