Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

urlparse error #76

Open
ya3raj opened this issue Aug 19, 2022 · 3 comments
Open

urlparse error #76

ya3raj opened this issue Aug 19, 2022 · 3 comments

Comments

@ya3raj
Copy link

ya3raj commented Aug 19, 2022

from urlparse import urlparse, parse_qsl, urljoin, urlunparse, urlunsplit
ModuleNotFoundError: No module named 'urlparse'

@DoctorDrive
Copy link

The urlparse in Python 2.7 was renamed to urllib.parse in Python 3

@oplopr01
Copy link

oplopr01 commented Oct 4, 2022

The urlparse in Python 2.7 was renamed to urllib.parse in Python 3

sir then what will be the solution for it??

@decidedlygray
Copy link

Either use Python 2.7, or hit pull the PR with the Python 3 updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants