iexbase/tron-api-python

ModuleNotFoundError: No module named '_sha256'

oushu1zhangxiangxuan1 opened this issue · 4 comments

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

image

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.