You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon initially running local-rag, I get the following error:
TypeError: Object is not an iterable and could not be converted to one. Object: False
Traceback:
File "/.venv/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 542, in _run_script
exec(code, module.__dict__)
File "/home/appuser/main.py", line 31, in <module>
sidebar()
File "/home/appuser/components/sidebar.py", line 16, in sidebar
settings()
File "/home/appuser/components/tabs/settings.py", line 23, in settings
st.selectbox(
File "/.venv/lib/python3.10/site-packages/streamlit/runtime/metrics_util.py", line 397, in wrapped_func
result = non_optional_func(*args, **kwargs)
File "/.venv/lib/python3.10/site-packages/streamlit/elements/widgets/selectbox.py", line 198, in selectbox
return self._selectbox(
File "/.venv/lib/python3.10/site-packages/streamlit/elements/widgets/selectbox.py", line 237, in _selectbox
opt = ensure_indexable(options)
File "/.venv/lib/python3.10/site-packages/streamlit/type_util.py", line 670, in ensure_indexable
it = ensure_iterable(obj)
File "/.venv/lib/python3.10/site-packages/streamlit/type_util.py", line 661, in ensure_iterable
raise TypeError(
Host operating system: Windows 11 Pro 23H2
Windows Subsystem for Linux operating system: Debian 12.5
Docker Desktop version: 4.28.0
Please let me know what further info you need from me to help me troubleshoot.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Upon initially running local-rag, I get the following error:
Host operating system: Windows 11 Pro 23H2
Windows Subsystem for Linux operating system: Debian 12.5
Docker Desktop version: 4.28.0
Please let me know what further info you need from me to help me troubleshoot.
Beta Was this translation helpful? Give feedback.
All reactions