Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

How to install pysftp to backup data?

Subscribe

Get notified when there's activity on this post

This question has been flagged
backupodoopysftp
7 Replies
45077 Views
Avatar
Naduni Pulsarani

I downloaded pysftp-0.2.8 from this link (https://pypi.python.org/pypi/pysftp). I double click setup.py but command prompt will come and there is nothing happening. How I install pysftp for my PC?

1
Avatar
Discard
Avatar
Technical Trading Company Ltd.
Best Answer

Similar problem on my Ubuntu instance. Specifically
'ffi.h: No such file or directory'

I googled around and found this post
https://bugs.launchpad.net/congress/+bug/1503095

It suggested installing some sort of 'essentials package' using the code
sudo apt-get install build-essential libssl-dev libffi-dev python-dev

That worked no problem

I then used the code from the post by Yenthe
sudo pip install pysftp

That worked
Running setup.py install for pysftp
Successfully installed cffi-1.6.0 cryptography-1.3.2 enum34-1.1.6 idna-2.1 ipaddress-1.0.16 paramiko-2.0.0 pyasn1-0.1.9 pysftp-0.2.8


No idea what the 'essentials' package is but it seemed to work...

3
Avatar
Discard
Avatar
Yossef Elsherif
Best Answer

@ Yenthe,

Thanks for your help, But i can't get it done.

I'm using a VM with Windows XP, and can't install pysftp or the auto-backup module


0
Avatar
Discard
Avatar
Julian Robbins
Best Answer

With Ubuntu 14.04, 64 bit install and with pip installed, I get an error during compilation when doing

sudo pip install pysftp

ie

x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.o

src/MD2.c:31:20: fatal error: Python.h: No such file or directory

#include "Python.h"

^

compilation terminated.

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1


As this is a vanilla Ubuntu install, I think there is another step such as installing dev headers but either way, I can go no further at the moment

0
Avatar
Discard
wizardz

same problem here

Avatar
Naduni Pulsarani
Author Best Answer

@ Yenthe,

Thank u so much. This is working

0
Avatar
Discard
Avatar
Yenthe Van Ginneken (Mainframe Monkey)
Best Answer

Hi Naduni,

I assume you're the guy that asked me about how to install this on my blog?
If you're on Ubuntu open up a terminal and type the following command:

sudo pip install pysftp 

If you're on Windows you'll need to install the lib from the terminal. Open cmd and navigate in to the folder where pysftp-0.2.8 is located. After this you can execute the file to install:

cd ./pysftp-0.2.8/
setup.py install

In case you get an error about 'no module named setuptools' download this and install it too.

With kind regards,
Yenthe

0
Avatar
Discard
wizardz

Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/pycrypto/setup.py'; exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-8b7HAk-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/pycrypto Storing debug log for failure in /home/giordano/.pip/pip.log Error

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Related Posts Replies Views Activity
Can't get the Authorization Code
backup odoo
Avatar
Avatar
1
Sep 23
191
Gdrive Redirect Uri
backup odoo
Avatar
Avatar
1
Sep 23
123
Autobackup module does not delete backups automatically, odoo 13 community[SOLVED] Solved
backup odoo 13
Avatar
Avatar
Avatar
2
Aug 24
3482
problem backup Solved
error backup odoo
Avatar
Avatar
Avatar
3
Jun 24
7515
Odoo 9 - Back up entire accounting / sales / etc
accounting backup odoo
Avatar
Avatar
2
May 24
1925
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now