joestump / python-oauth2

A fully tested, abstract interface to creating OAuth clients and servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'oauth2'

sabuhish opened this issue · comments

Although I have the module in my virtualenv but I am still getting this error, is there anyway to fix it?
pip freeze :
certifi==2019.3.9
chardet==3.0.4
httplib2==0.12.3
idna==2.8
oauth2==1.9.0.post1
oauth2client==4.1.3
pyasn1==0.4.5
pyasn1-modules==0.2.5
requests==2.21.0
rsa==4.0
six==1.12.0
urllib3==1.24.3

Hey @sabuhish make sure to install python-oauth2 and not oauth2.