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,