Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
SundareshSankaran opened this issue Apr 10, 2023 · 1 comment

Comments

@SundareshSankaran
Copy link

SundareshSankaran commented Apr 10, 2023

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" )
@github-actions
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant