跳至內容
選單
此問題已被標幟
1 回覆
1258 瀏覽次數

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?

頭像
捨棄
作者

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?


最佳答案

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

頭像
捨棄