I am creating a python app where it reads a result pdf and converts that to dashboard and I am using Tabula Py. But During Deploying, it shows java not found, I have set the Environment Variables properly too. Please help
Hi @naijilnj
It seems like you need to install Java. What OS are you using? If Ubuntu, you can install it like so:
sudo apt install default-jre
Hope this helps!
I have already installed Java, and have set the Path too.
On the local host, its running properly, but as soon as I deploy, it shows ‘Java Not Found’ Error
I am using windows
Include
tabula
tabula-py
in requirements.txt file, it shall work
Even Im facing the same issue. There has to be csome modification made to packags.txt I think. Please share if someone knows how to fix this?
You probably need default-jre-headless
in your packages.txt
.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.