ArchiveTeam / grab-site

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

add missing build-depends #140

Open anarcat opened 5 years ago

anarcat commented 5 years ago

Without the python3.7-dev package, the build fails with a missing Python.h.

ivan commented 5 years ago

Which OS did it fail on? The pyenv-based build brings in its own Python headers.

anarcat commented 5 years ago

oh i see. i was bypassing the pyenv step because i already had a python 3.7 install (on debian buster).