Error: Command ‘arm linux gnueabihf GCC’ failed with exit status 1, raspberry pie install paramiko

encountered this problem when installing paramiko package on raspberry pie, the solution is as follows:

sudo apt-get install gcc
sudo apt-get install gcc libffi-dev libssl-dev python3-dev
pip3 install paramiko

Read More: