Skip to Content
Menu
This question has been flagged
1 Reply
782 Views

I have used a python packege called 'pgpy' in one of my module(project in odoo version 13), its working fine in my local, I pushed the code(module) to odoo sh, when i try to install my module which contains this python package 'pgpy', it says showing error module 'pgpy' not found, 


please provide a solution for this  

Avatar
Discard
Best Answer

Hi,

For this you can add a requirements.txt file in your github repository and specify the necessary packages in it.


For more:  https://www.odoo.sh/faq


Thanks

Avatar
Discard