You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
Hi @zeinramadan , you may be the first one trying llamapun on windows, even if on WSL, so expect you'll need to debug further than this.
On a regular linux machine you need the libxml2 headers to build the rust wrapper for libxml, which llamapun uses to process HTML sources. Usually for Ubuntu that's:
sudo apt install libxml2-dev
You can see if that gets the installation further, and let me know what else comes up.
dginev
changed the title
error: failed to run custom build command for libxml v0.3.0 when running cargo build
installation fails on Windows Subsystem for Linux
Jul 6, 2021
I hope you can find some usable bits in the library @zeinramadan ! But as a cautionary note, I have been transitioning the useful preprocessing bits of it into a new crate, which is still a private repository. In particular all work related to #59 resides in a separate repository. So depending on what you're looking for, your mileage may vary.
I should really make the other crate public and post it to crates.io, but it's hard to schedule adding the last pieces needed to do so...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to install llamapun on WSL, after cloning the repo and doing cargo build I get the error message above. I also added the full error log:
The text was updated successfully, but these errors were encountered: