Skip to Content
Menu
This question has been flagged
1 Atsakyti
1259 Rodiniai

Hi I tried to install Database Auto-backup app on Odoo 15 but it shows  Unable to install module "auto_backup" because an external dependency is not met: Python library not installed: pysftp  

error. I have tried install pysftp on the ubuntu server which is Odoo installed. I goolgled to how to install pysftp but i think it is not being installed correctly because the error doesn't get changed.

What am i missing ? where am i wrong?

Portretas
Atmesti
Autorius

Hi, thank you for answering quick

Well I don't know how to make sure /newbie to linux/ same python version i installed i think it is python3.  

if it is python3, would installization of pystfp be different?


Best Answer

Hi,

You can install the package by following command:  sudo pip install pysftp


You have to ensure these points:

* make sure you are installing the same python version in which odoo is running

* after installing the package, restart the odoo service


Thanks

Portretas
Atmesti