-
-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pupeg2 is not installing #52
Comments
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 ***@***.***> 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
<#52 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3YOS2FR7FEAFRAV5YM4B3R7UWPBANCNFSM4PUT2OOA>
.
|
I was able to resolve this by installing pypeg2 not by pip but using
Then restart odoo service (maybe not necessary though) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: