Welcome guys problem for need

I am running my app deployed and appear problem
all libarbies work with anconda
numpy==1.23.5
pandas==1.5.3
plotly==5.9.0
streamlit==1.28.2
and not oped.

Hi @OmarAhmadAhmad

It is unclear what problem your app is encountering, can you provide the error message and also the code of the app in order to reproduce the issue.

Traceback:

File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script
    exec(code, module.__dict__)File "/mount/src/ibag_bns/bns_dashboard.py", line 13, in <module>
    df=pd.read_excel('ibag_to_oct_23.xlsx')File "/home/adminuser/venv/lib/python3.9/site-packages/pandas/io/excel/_base.py", line 478, in read_excel
    io = ExcelFile(io, storage_options=storage_options, engine=engine)File "/home/adminuser/venv/lib/python3.9/site-packages/pandas/io/excel/_base.py", line 1513, in __init__
    self._reader = self._engines[engine](self._io, storage_options=storage_options)File "/home/adminuser/venv/lib/python3.9/site-packages/pandas/io/excel/_openpyxl.py", line 548, in __init__
    import_optional_dependency("openpyxl")File "/home/adminuser/venv/lib/python3.9/site-packages/pandas/compat/_optional.py", line 145, in import_optional_dependency
    raise ImportError(msg)
[     UTC     ] Logs for ibag-bns.streamlit.app/
────────────────────────────────────────────────────────────────────────────────────────
[12:07:46] 🚀 Starting up repository: 'ibag_bns', branch: 'main', main module: 'bns_dashboard.py'
[12:07:46] 🐙 Cloning repository...
[12:07:49] 🐙 Cloning into '/mount/src/ibag_bns'...
Warning: Permanently added the ED25519 host key for IP address '192.30.255.112' to the list of known hosts.
[12:07:49] 🐙 Cloned repository!
[12:07:49] 🐙 Pulling code changes from Github...
[12:07:50] 📦 Processing dependencies...
pip install openpyxl

done pip
and same the problem
what and how slove it?

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