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
Got this error installing scraperwiki_local, but I don't really care about pdftohtml. Would it be possible for it to be optional?
Running setup.py egg_info for package scraperwiki-local
Traceback (most recent call last):
File "", line 14, in
File "/Users/ross/Work/scrapes/build/scraperwiki-local/setup.py", line 37, in
'Local Scraperlibs requires pdftohtml, but pdftoxml was not found\n'
ImportError: Local Scraperlibs requires pdftohtml, but pdftoxml was not found
in the PATH. You probably need to install it.
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 14, in
File "/Users/ross/Work/scrapes/build/scraperwiki-local/setup.py", line 37, in
'Local Scraperlibs requires pdftohtml, but pdftoxml was not found\n'
ImportError: Local Scraperlibs requires pdftohtml, but pdftoxml was not found
in the PATH. You probably need to install it.
The text was updated successfully, but these errors were encountered:
Got this error installing scraperwiki_local, but I don't really care about pdftohtml. Would it be possible for it to be optional?
Running setup.py egg_info for package scraperwiki-local
Traceback (most recent call last):
File "", line 14, in
File "/Users/ross/Work/scrapes/build/scraperwiki-local/setup.py", line 37, in
'Local Scraperlibs requires pdftohtml, but pdftoxml was not found\n'
ImportError: Local Scraperlibs requires pdftohtml, but pdftoxml was not found
in the PATH. You probably need to install it.
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 14, in
File "/Users/ross/Work/scrapes/build/scraperwiki-local/setup.py", line 37, in
ImportError: Local Scraperlibs requires pdftohtml, but pdftoxml was not found
in the PATH. You probably need to install it.
The text was updated successfully, but these errors were encountered: