tron-api-python
tron-api-python copied to clipboard
ModuleNotFoundError: No module named '_sha256'
Using pip install but raised error, did I miss some deps? Thanks!

I commented this line and it works, thanks!
I commented this line and it works, thanks!
excuese me. I have same question . can you teach me how to solve ,thanks very much
+1 facing the same issue
There is no library with the name _sha256 does it need to be from sha256 import sha256 ??
changing _sha256 to sha256 worked for me.