pixel - Python SFTP - command 'arm-linux-gnueabihf-gcc' failed with exit status 1 -
raspbeery pi3 raspbian jessie pixel (latest) python 3.4
i know can push commands terminal python. wanted use more python-centric approach possibly updated later on on system.
i trying install pysftp, keep getting stuck. installed dependencies 1 @ time. first pycrypto paramiko pysftp.
pycrypto installs fine, paramiko having issue. command use:
sudo pip3 install paramiko
this error get:
compilation terminated. error: command 'arm-linux-gnueabihf-gcc' failed exit status 1
i have googled , checked , believe have installed python3-dev stuff necessary along using command:
apt-cache search gnutls | grep dev
my friend told me install things on list, still did not work.
i have downloaded whl files , tar files , gone through , still did not work. relatively new stuff , know missing os. have no idea start.
please me. thanks.
i did obvious thing in world , worked, silly old me.
sudo apt-get install gcc
i did uninstall alot of things while trying fault find on same side did below, not needed did anyway.
sudo apt-get install gcc libffi-dev libssl-dev python3-dev
i able install: pycrypto, paramiko, pysftp
Comments
Post a Comment