Open ya3raj opened 2 years ago
The urlparse in Python 2.7 was renamed to urllib.parse in Python 3
The urlparse in Python 2.7 was renamed to urllib.parse in Python 3
sir then what will be the solution for it??
Either use Python 2.7, or hit pull the PR with the Python 3 updates
from urlparse import urlparse, parse_qsl, urljoin, urlunparse, urlunsplit ModuleNotFoundError: No module named 'urlparse'