I have met the above issue.
Does anyone give me advices?
1 Like
At the top right of this page, there is a search button. You can use this to search for similar issues and solutions.
I tried them.
But I could not solve the above issue.
Do you have github repo? Can we see the code?
Yes.
How do I share my repo?
Can you see it?
I see it.
Your requirements.txt has no streamlit.
JPype1==1.5.0
pandas==2.0.3
tabula-py==2.9.0
pytesseract==0.3.10
Pillow==9.4.0
Add streamlit in your requirements.txt like the following.
streamlit==1.31.0
JPype1==1.5.0
pandas==2.0.3
tabula-py==2.9.0
pytesseract==0.3.10
Pillow==9.4.0
It works for me in windows 10 when run locally.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.