I'm running into a problem trying to install dryscrape. When running pip install dryscrape I receive the following two errors:
Failed building wheel for webkit-server
Command "/Users/USERNAME/anaconda2/bin/python -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-89EKvl-build/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-n4pTS4-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-89EKvl-build/
Any help deciphering these would be appreciated.