We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When attempting to run corpuscrawler in Python 3, I get the error:
ImportError: No module named 'mimetools'
It would be good to support Python 3.
When running in Python 2, I get this other error:
AttributeError: 'module' object has no attribute 'SSLContext'
which apparently happens because that function was backported very recently to Python 2.
The text was updated successfully, but these errors were encountered:
Want to make a pull request to fix it?
Sorry, something went wrong.
No branches or pull requests
When attempting to run corpuscrawler in Python 3, I get the error:
It would be good to support Python 3.
When running in Python 2, I get this other error:
which apparently happens because that function was backported very recently to Python 2.
The text was updated successfully, but these errors were encountered: