python-oauth2 icon indicating copy to clipboard operation
python-oauth2 copied to clipboard

ModuleNotFoundError: No module named 'oauth2'

Open sabuhish opened this issue 6 years ago • 1 comments
trafficstars

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

sabuhish avatar May 12 '19 05:05 sabuhish

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

jslvtr avatar Jul 17 '19 22:07 jslvtr