PDFplumber error

Hello, All!

I’m trying to sharing an app, but return the error below:

File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 556, in _run_script
    exec(code, module.__dict__)File "/app/leitor_pdf/multa_pdf.py", line 4, in <module>
    import pdfplumber

pdfplumber are installed in code and working normally,

Hi @lf-fernandes,

Looks like you emailed Support about the same issue. Have you included pdfplumber in your requirements file?

Caroline

Hi Caroline!

it’s my first time depploying in streamlit.

How do i include the requirements?

Hi @lf-fernandes,

I linked our doc on requirements files in my last response – check out the doc and let us know if you have any questions

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.