You are viewing a single comment's thread from:

RE: Steem-Python for dummies #1

in #utopian-io6 years ago (edited)

with pip install -U Steem

i get (after some process) these:

...
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

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

Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-6p4nZG/scrypt/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-uWPRkr-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-6p4nZG/scrypt/

Any ideas what went wrong and how i can solve this?