-
Notifications
You must be signed in to change notification settings - Fork 178
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
Installation of bears requires libxml2 #447
Comments
9999999999) Using build configuration of libxslt creating build\lib.win-amd64-3.6\lxml\html copying src\lxml\includes\schematron.pxd -> build\lib.win-amd64-3.6\lxml\inclu
Could not find function xmlCheckVersion in library libxml2. Is libxml2 install error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN Failed building wheel for lxml During handling of the above exception, another exception occurred: Traceback (most recent call last): |
We need to resolve coala/coala-bears#1000 first, since lxml dependency:
After blocking issue is solved we can update documentation how to install optional pip packages. |
This is a documentation task to explain lxml. It valid even after coala/coala-bears#1000, as installing lxml on Windows is not easy, as it often depends on |
Unassigned per personal request. |
I would like to work on this. |
This dependency was introduced by recently added bears which use Python package
lxml
.Installing lxml from pypi requires libxml2 headers, which are typically not found on Windows.
This is going to be a major problem until coala/coala-bears#1000 is fixed.
Temporarily, we can improve good instructions for Windows users on how to install lxml.
difficulty/low
Opened via gitter by @jayvdb
The text was updated successfully, but these errors were encountered: