You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a crash when I try "python setup.py install" in a virtualenv because oauth installs a version that is not compatible with another dependency.
I have the same problem with pip.
"Error: oauthlib 3.0.0 is installed but oauthlib<3.0.0,>=2.1.0 is required by set(['request-oauthlib'])"
The text was updated successfully, but these errors were encountered:
There is a crash when I try "python setup.py install" in a virtualenv because oauth installs a version that is not compatible with another dependency.
I have the same problem with pip.
"Error: oauthlib 3.0.0 is installed but oauthlib<3.0.0,>=2.1.0 is required by set(['request-oauthlib'])"
The text was updated successfully, but these errors were encountered: