Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
1256 Представления

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

Аватар
Отменить