Skip to content

ImportError: No module named parse #533

@huypxgear

Description

@huypxgear

There is an issue when updating to the version 1.4.0. It does not work in Python 2.7. The parse does not exist

  File "/opt/kff/Whiplash-Server-Env/lib/python2.7/site-packages/social/backends/open_id.py", line 12, in <module>
    from social.backends.oauth import BaseOAuth2
  File "/opt/kff/Whiplash-Server-Env/lib/python2.7/site-packages/social/backends/oauth.py", line 3, in <module>
    from requests_oauthlib import OAuth1
  File "/opt/kff/Whiplash-Server-Env/lib/python2.7/site-packages/requests_oauthlib/__init__.py", line 5, in <module>
    from .oauth1_session import OAuth1Session
  File "/opt/kff/Whiplash-Server-Env/lib/python2.7/site-packages/requests_oauthlib/oauth1_session.py", line 1, in <module>
    from urllib.parse import urlparse
ImportError: No module named parse

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions