Category "tronweb"

Im trying to fetch all transactions of a certain tron address

i couldnt find a way to get the history of transactions a certain Tron address is involved in i tried the tronweb API : https://api.trongrid.io/v1/accounts/TJmm

importing tronweb shows import error: cannot import name 'hashable' from 'collections'

After installing tronweb using 'pip install tronweb', when I try to import but it shows an import error which is cannot import name 'hashable' from 'collections