You are viewing a single comment's thread from:

RE: Learning Python with @felixxx #1: Setup and First Script

in #steem-python7 years ago (edited)

4-23 I kept getting

error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

when trying to update

pip3 install wheel

Was able to install the wheel after typing

sudo apt-get install libssl-dev

and it worked.