Install java on Scrapy Cloud

Posted over 3 years ago by Mirko Heinbuch

Post a topic
Un Answered
M
Mirko Heinbuch

Hello all,


my goal is to extract data from a pdf. Locally it is working fine with the following package:

https://pypi.org/project/tabula-py/


However, if I deploy the spider to Scrapy Cloud, I get the following (expected) error:

File "/app/python/lib/python3.8/site-packages/tabula/io.py", line 91, in _run
    raise JavaNotFoundError(JAVA_NOT_FOUND_ERROR)

Is there anyway to enable Java based Python packages on Scrapy Cloud?



Thanks

Mirko

1 Votes


0 Comments

Login to post a comment