ArchiveTeam / grab-site

The archivist's web crawler: WARC output, dashboard for all crawls, dynamic ignore patterns
Other
1.31k stars 129 forks source link

Homebrew install on macOS 10.14.4 (command 'clang' failed with exit status 1) #150

Closed markhdavis closed 5 years ago

markhdavis commented 5 years ago

I'm am getting this error, after which I'm dead in the water, unless I install another way.

Help appreciated.

src/as-libxml.c:14:10: fatal error: 'libxml/tree.h' file not found

include <libxml/tree.h>

         ^~~~~~~~~~~~~~~
1 error generated.
error: command 'clang' failed with exit status 1

----------------------------------------

Command "/Users/blink/gs-venv/bin/python3 -u -c "import setuptools, tokenize;file='/private/var/folders/vl/bd9b0hh91rbdm13h_ssd3gw00000gy/T/pip-install-n7z0pkx8/html5-parser/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /private/var/folders/vl/bd9b0hh91rbdm13h_ssd3gw00000gy/T/pip-record-q2mw82qg/install-record.txt --single-version-externally-managed --compile --install-headers /Users/blink/gs-venv/include/site/python3.7/html5-parser" failed with error code 1 in /private/var/folders/vl/bd9b0hh91rbdm13h_ssd3gw00000gy/T/pip-install-n7z0pkx8/html5-parser/

ivan commented 5 years ago

Thanks for the report, this should be fixed in the README now. Please let me know if it's still broken.