-
Notifications
You must be signed in to change notification settings - Fork 72
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
No module named "urllib2" #7
Comments
havn't tried it out but apparently i encounted this issue in a fork repo. Seems like it is caused by not using python 3.5 it's quite outdated tbh. |
i know i am super late but idk why it hasn't been fixed. here's pip install output:
|
fixed by installing package |
if you have this error or an error with the package urllib2, i found a solution: import urllib2 by this line: import urllib.request as urllib2 this worked for me ! |
No description provided.
The text was updated successfully, but these errors were encountered: