hi
bit of newbie question here, struggling find answer online.
trying sftp files in python program. have found library called "pysftp 0.2.9" looks pretty simple use, not know how install it. have downloaded tar.gz file, can extract it, not know it. there lots of documentation on how use library, can't find explaining how install can use in first place. tried copying extracted files folder on raspberry pi , running setup.py file, there many errors list guess isn't correct way it.
bit of newbie question here, struggling find answer online.
trying sftp files in python program. have found library called "pysftp 0.2.9" looks pretty simple use, not know how install it. have downloaded tar.gz file, can extract it, not know it. there lots of documentation on how use library, can't find explaining how install can use in first place. tried copying extracted files folder on raspberry pi , running setup.py file, there many errors list guess isn't correct way it.
perhaps list sample of errors?
i'd make guess need install python development environment before running setup.py.
perhaps try
sudo apt-get install python-dev python3-dev
sudo python setup.py install
sudo python3 setup.py install
i'd make guess need install python development environment before running setup.py.
perhaps try
sudo apt-get install python-dev python3-dev
sudo python setup.py install
sudo python3 setup.py install
raspberrypi
Comments
Post a Comment