odoo-rest-api
odoo-rest-api copied to clipboard
pupeg2 is not installing
Unable to install module "odoo-rest-api-master" because an external dependency is not met: No module named pypeg2
this is after installing it from requirement.txt installing it as a standalone and even in a virtualc environment
U might be installing pypeg2 in the env which your running odoo instance doesn't use, faced something like this in windows os, I solved it by finding the right env directory which odoo use.
let me try thanks for the response
im running it on an ibuntu instalce pypeg2 is installed but odoo doesnt detect it
On Sat, Aug 8, 2020, 14:05 Yezy Ilomo [email protected] wrote:
U might be installing pypeg2 in the env which your running odoo instance doesn't use, faced something like this in windows os, I solved it by finding the right env directory which odoo use.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/yezyilomo/odoo-rest-api/issues/52#issuecomment-670891720, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH3YOS2FR7FEAFRAV5YM4B3R7UWPBANCNFSM4PUT2OOA .
I was able to resolve this by installing pypeg2 not by pip but using apt
sudo apt install python3-pypeg2
Then restart odoo service (maybe not necessary though)