-
Notifications
You must be signed in to change notification settings - Fork 77
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
AttributeError: module 'urllib.request' has no attribute 'HTTPSHandler' #88
Comments
Maybe your version of module Which version do you have installed? On Debian/Ubuntu it is provided by package The README does currently not state any minimum required version, would be good to list it as part of the installation steps. |
thanks for your answer, I am on windows and do have urllib3 installed pip install urllib3 pip show urllib3 |
edit. it's working in anaconda prompt but not in command prompt |
You don't need I would start the investigation from here: https://docs.python.org/3/library/urllib.request.html#urllib.request.build_opener
|
bxsx is right, the project doesn't use When you add a line (at around line 30 of
do you still get the same error? Or something like |
Hello here, for a couple of months now I'm getting the error in the title when running gcexport.py, I just downloaded the most recent version of the package and still have the same error. The problem is this line of code:
OPENER = urllib.request.build_opener(urllib.request.HTTPCookieProcessor(COOKIE_JAR), urllib.request.HTTPSHandler(debuglevel=0))
I investigated and it can seem like a python 2 vs python 3 error but I checked and I use python 3.9 so it should work. Can anyone help ? Thanks a lot
The text was updated successfully, but these errors were encountered: