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
Collecting secp256k1 (from ethereum<2.0.0,>=1.6.1->eth-testrpc>=1.3.0->populus)
Using cached secp256k1-0.13.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-7b11re3w/secp256k1/setup.py", line 41, in <module>
if [int(i) for i in setuptools_version.split('.')] < [3, 3]:
File "/tmp/pip-build-7b11re3w/secp256k1/setup.py", line 41, in <listcomp>
if [int(i) for i in setuptools_version.split('.')] < [3, 3]:
ValueError: invalid literal for int() with base 10: 'post20170921'
The text was updated successfully, but these errors were encountered:
ERROR: Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/3l/sccw9xm565s1xv0ynvcz4jvw0000gp/T/pip-install-rd95tr8j/secp256k1/setup.py", line 41, in <module>
if [int(i) for i in setuptools_version.split('.')] < [3, 3]:
File "/private/var/folders/3l/sccw9xm565s1xv0ynvcz4jvw0000gp/T/pip-install-rd95tr8j/secp256k1/setup.py", line 41, in <listcomp>
if [int(i) for i in setuptools_version.split('.')] < [3, 3]:
ValueError: invalid literal for int() with base 10: 'post20201221'
----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/3l/sccw9xm565s1xv0ynvcz4jvw0000gp/T/pip-install-rd95tr8j/secp256k1/```
OS: Arch Linux
Python: Python 3.6.3 (Anaconda)
The text was updated successfully, but these errors were encountered: