. Advertisement .
..3..
. Advertisement .
..4..
I am trying to install PySFTp, but I encounter the error ‘error: command ‘arm-linux-gnueabihf-gcc’ failed with exit status 1′.
I’m installing each dependency one by one. PyCrypto comes first, then Paramiko, and finally PySFTP.
The installation of PyCrypto goes without a hitch, however Paramiko is the problem. I use the following command:
sudo pip3 install Paramiko
Then I receive the error message:
compilation terminated.
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
Can someone help me?
Solution: You can fix it by installing: