chezou/tabula-py

Unable to remove error : Got stderr: Picked up _JAVA_OPTIONS: -Djava.awt.headless=true

Closed this issue · 1 comments

I call the tabula-py package from within a non-standard IDE (SAS Studio), which has the ability to submit Python commands.

I get the following error, which seems benign (I am able to obtain correct output).

Got stderr: Picked up _JAVA_OPTIONS: -Djava.awt.headless=true

However, I would like to remove the same. I changed my command to the following but that didn't work.

table = tabula.read_pdf(file1,pages=1, java_options="-Djava.awt.headless=True" )

@SundareshSankaran this issue was automatically closed because it did not follow the issue template