ethereum / populus

The Ethereum development framework with the most cute animal pictures
http://populus.readthedocs.org/
321 stars 321 forks source link

pip install fails #430

Closed bonedaddy closed 6 years ago

bonedaddy commented 6 years ago

Command used was sudo pip3.6 install populus

[ make: * [Makefile:1048: src/tests-tests.o] Error 1 Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-o3qnu3mk/secp256k1/setup.py", line 295, in "Topic :: Security :: Cryptography" File "/usr/lib/python3.6/site-packages/setuptools/init.py", line 129, in setup return distutils.core.setup(attrs) File "/usr/lib/python3.6/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib/python3.6/distutils/dist.py", line 955, in run_commands self.run_command(cmd) File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/usr/lib/python3.6/site-packages/setuptools/command/install.py", line 61, in run return orig.install.run(self) File "/usr/lib/python3.6/distutils/command/install.py", line 545, in run self.run_command('build') File "/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/usr/lib/python3.6/distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/tmp/pip-build-o3qnu3mk/secp256k1/setup.py", line 217, in run subprocess.check_call(["make"], cwd=build_temp) File "/usr/lib/python3.6/subprocess.py", line 291, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['make']' returned non-zero exit status 2.

----------------------------------------

Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-o3qnu3mk/secp256k1/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-7y54u1bi-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-o3qnu3mk/secp256k1/]

bonedaddy commented 6 years ago

Solved by following issue #369