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.