Start a new topic

Install java on Scrapy Cloud

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 person has this question
Login to post a comment