-
Notifications
You must be signed in to change notification settings - Fork 76
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
ImportError with Tornado 5.0 #384
Comments
i had the same error on a fresh debian 9 installation. had to do the following: pip3 install tornado==4.5.3 |
You'll want html5lib==0.9999999, see #332. As for the original import error, However, there is still an issue here: it seems that |
Just clean Windows and Debian 9 install. Then Python3 and pip3 install wpull. changed my html5lib from 0.9999 to html5lib==0.9999999 |
(I was thinking it might be a pre-release version, but figured out what's actually going on since, see below.) |
Nevermind, I think I know what's going on. While On another note, according to Stack Overflow, wpull's dependencies in |
I confirm the bug on deb 9 and the fix above |
SSLCertificateError was never part of the official tornado API and was removed in v5. Instead of relying on that undocumented API, we use the exception from the core `ssl` module which tornado now uses anyways. Closes: ArchiveTeam#384
I can confirm and reproduce this bug as well. |
I am trying to run wpull on a windows machine.
i installed python 3.6.4 (and tried with python 3.5.4, too) and run "pip3 install wpull"
everything is fine.
but when i start wpull.exe i only get the error
"ImportError: cannot import name 'SSLCertificateError'
Here is the full error: https://mm-vault.de/chevereto/image/7DLe
The text was updated successfully, but these errors were encountered: