Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
1257 Vizualizări

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?

Imagine profil
Abandonează
Autor

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?


Cel mai bun răspuns

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

Imagine profil
Abandonează