This question has been flagged
2 Replies
1895 Views

Hello.

i install Odoo 15 from the windows installer. All is working fine but i can't install the "auto-backup" module.


There is an error

ModuleNotFoundError: No module named 'paramiko'
I know that i have to install "paramiko" but i don't know how i can install it.  

I don't know how to use the command  pip3 install paramiko when you install odoo with the windows installer.


Could you help me? 

Thanks. 



Avatar
Discard
Best Answer

To install paramiko on window:

  • Run the command Prompt as admin.
  • Run the below command
"C:\Program Files (x86)\Odoo 15.0\python\Scripts\pip.exe" install paramiko
Avatar
Discard
Best Answer

Hello Joan Albert

You can refer below link for install paramiko on windows.
https://www.geeksforgeeks.org/python-install-paramiko-on-windows-and-linux/

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

Avatar
Discard