tron-api-python icon indicating copy to clipboard operation
tron-api-python copied to clipboard

ModuleNotFoundError: No module named '_sha256'

Open oushu1zhangxiangxuan1 opened this issue 4 years ago • 4 comments

Using pip install but raised error, did I miss some deps? Thanks!

image

oushu1zhangxiangxuan1 avatar May 06 '21 02:05 oushu1zhangxiangxuan1

I commented this line and it works, thanks!

oushu1zhangxiangxuan1 avatar May 06 '21 02:05 oushu1zhangxiangxuan1

I commented this line and it works, thanks!

excuese me. I have same question . can you teach me how to solve ,thanks very much

suguer avatar Jan 19 '22 09:01 suguer

+1 facing the same issue

grsoratoor avatar Apr 18 '22 04:04 grsoratoor

There is no library with the name _sha256 does it need to be from sha256 import sha256 ??

changing _sha256 to sha256 worked for me.

grsoratoor avatar Apr 18 '22 07:04 grsoratoor