[18.0] trying to install auto_backup on a Odoo 18.0-20250625 (Edition Community) - Issue with "paramiko<4.0.0"
Module
auto_backup
Describe the bug
When I try to install auto_backup on my Odoo 18, I have the error that the dependency "paramiko<4.0.0" is not met.
On my system, paramiko 4.0.0 is installed.
I saw on other issue that there is a compatibility issue with paramiko 4.0.0.
Is there a workaround?
Thank you,
Eric
Hi @EfrSyn I got the same error, in my case the error was because by the time I tried to install auto_backup paramiko was already in 4.0.0, what I did was to uninstall paramiko 4 and installing v3.5.1 and this solved the problem.
Also since you have runned into this problem, you are probably trying to use sftp, in this case, the #3217 will be helpful to you as well, since there is a bug when using sftp.
Hope this helps