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
Hi , I've tried installing coinaddr on windows 10 and i haven't been able the install it , it just throws an error and it seems i can't fix it . Please help with the problem .
I've tried installing with pip install coinaddr and python pip install coinaddr
I'll attach a photo of the error .
The text was updated successfully, but these errors were encountered:
@Atasharef1381 it looks to me like you're missing a crypto dependency required by the pysha3 library. This kind of problem has always been a thing for any project that relates to cryptography. You'll need to first install the referenced build tools so that python can build the c modules required by pysha3.
Then, before importing the library, I have this code. Which is a stub and does not raise an ImportError exception.
A better solution would be to take another user's fork. Where pysha3 is replaced by pycryptodome. I have not tested this solution, but in my opinion, it should work
Hi , I've tried installing coinaddr on windows 10 and i haven't been able the install it , it just throws an error and it seems i can't fix it . Please help with the problem .
I've tried installing with
pip install coinaddr
andpython pip install coinaddr
I'll attach a photo of the error .
The text was updated successfully, but these errors were encountered: