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

Module function not working online #2425

Closed
rahulthaker opened this issue Dec 5, 2020 · 2 comments
Closed

Module function not working online #2425

rahulthaker opened this issue Dec 5, 2020 · 2 comments
Labels
type:bug Something isn't working

Comments

@rahulthaker
Copy link

rahulthaker commented Dec 5, 2020

Summary

Type here a clear and concise description of the bug. Aim for 2-3 sentences.

Steps to reproduce

What are the steps we should take to reproduce the bug:

  1. Go to 'https://share.streamlit.io/rahulthaker/result-analysis/Analysis.py'
  2. Click on '....'
  3. Scroll down to see the error

Expected behavior:

When it runs on my localhost offline it gives a pie chart with visuals and other bar graphs and the pdf file is processed

Actual behavior:

The tabula-py module has a function named readpdf which is working on my localhost but its not working online . The tabula-py module has been installed using the requirement.txt file

Is this a regression?

That is, did this use to work the way you expected in the past?
yes but offline

Debug info

  • Streamlit version: 0.62.0
  • Python version:3.8.3
  • Using Conda
  • OS version: Windows 10
  • Browser version: Chrome

Additional information

The pdf file has been uploaded in the repository as well. and this has been a tabula-py vs tabula problem but its working offline using streamlit.

@rahulthaker rahulthaker added type:bug Something isn't working status:needs-triage Has not been triaged by the Streamlit team labels Dec 5, 2020
@randyzwitch
Copy link
Contributor

Hi @rahulthaker -

I've never used this package, but if I had to guess, I suspect the issue is that Streamlit sharing doesn't provide java by default. If you create a packages.txt file and add default-jdk, that might resolve the problem.

Best,
Randy

@nthmost nthmost added the status:awaiting-user-response Issue requires clarification from submitter label Dec 21, 2020
@kmcgrady
Copy link
Collaborator

kmcgrady commented Mar 9, 2021

Closing due to inactivity. Please reopen if there is any else we can follow up on.

@kmcgrady kmcgrady closed this as completed Mar 9, 2021
@kmcgrady kmcgrady removed status:needs-triage Has not been triaged by the Streamlit team status:awaiting-user-response Issue requires clarification from submitter labels May 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants