solcrypto icon indicating copy to clipboard operation
solcrypto copied to clipboard

py_ecc dependency error

Open NotStatilko opened this issue 5 years ago • 0 comments

aosring.py doesn't work due to an updated version of py_ecc. It is necessary to rewrite code for the latest version or clarify the old version with which pysolcrypto works in requirements.txt, namely 1.4.7.

/requirements.txt

py_ecc==1.4.7
pysha3
bitcoin
future

NotStatilko avatar Jul 30 '20 17:07 NotStatilko