odoo-saas-tools icon indicating copy to clipboard operation
odoo-saas-tools copied to clipboard

No module named oauthlib

Open mdemirell opened this issue 8 years ago • 1 comments

Unable to install module "oauth_provider" because an external dependency is not met: No module named oauthlib.

apt-get install python-oauthlib apt-get install python3-oauthlib Result:

root@odooerp:~# apt-get install python-oauthlib Reading package lists... Done Building dependency tree Reading state information... Done python-oauthlib is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

root@odooerp:~# apt-get install python3-oauthlib Reading package lists... Done Building dependency tree Reading state information... Done python3-oauthlib is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

mdemirell avatar Dec 16 '16 11:12 mdemirell

check this it will help https://github.com/it-projects-llc/odoo-saas-tools/blob/10.0/docs/dependencies.rst

W360S avatar Dec 16 '16 14:12 W360S