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
Unable to read the lock file (Invalid statement (at line 1445, column 1)).
====
pipenv run throws below error
2024-03-08 07:34:34.806 Uncaught app exception
Traceback (most recent call last):
File "/home/ubuntu/.local/share/virtualenvs/rag-demo-4DIJ41Uf/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script
exec(code, module.dict)
File "/home/ubuntu/rag-demo/rag_demo/main.py", line 1, in
from analytics import track
File "/home/ubuntu/rag-demo/rag_demo/analytics.py", line 8, in
analytics.write_key = st.secrets["SEGMENT_WRITE_KEY"]
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/.local/share/virtualenvs/rag-demo-4DIJ41Uf/lib/python3.11/site-packages/streamlit/runtime/secrets.py", line 305, in getitem
value = self._parse(True)[key]
^^^^^^^^^^^^^^^^^
File "/home/ubuntu/.local/share/virtualenvs/rag-demo-4DIJ41Uf/lib/python3.11/site-packages/streamlit/runtime/secrets.py", line 214, in _parse
raise FileNotFoundError(err_msg)
FileNotFoundError: No secrets files found. Valid paths for a secrets.toml file are: /home/ubuntu/.streamlit/secrets.toml, /home/ubuntu/rag-demo/.streamlit/secrets.toml
The text was updated successfully, but these errors were encountered:
Not able to find the branch update_dependencies shared above. Also related to the README could not find the file secrets.toml.example. Sorry if I missed anything.
poetry update does not work
Unable to read the lock file (Invalid statement (at line 1445, column 1)).
====
pipenv run throws below error
2024-03-08 07:34:34.806 Uncaught app exception
Traceback (most recent call last):
File "/home/ubuntu/.local/share/virtualenvs/rag-demo-4DIJ41Uf/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script
exec(code, module.dict)
File "/home/ubuntu/rag-demo/rag_demo/main.py", line 1, in
from analytics import track
File "/home/ubuntu/rag-demo/rag_demo/analytics.py", line 8, in
analytics.write_key = st.secrets["SEGMENT_WRITE_KEY"]
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/.local/share/virtualenvs/rag-demo-4DIJ41Uf/lib/python3.11/site-packages/streamlit/runtime/secrets.py", line 305, in getitem
value = self._parse(True)[key]
^^^^^^^^^^^^^^^^^
File "/home/ubuntu/.local/share/virtualenvs/rag-demo-4DIJ41Uf/lib/python3.11/site-packages/streamlit/runtime/secrets.py", line 214, in _parse
raise FileNotFoundError(err_msg)
FileNotFoundError: No secrets files found. Valid paths for a secrets.toml file are: /home/ubuntu/.streamlit/secrets.toml, /home/ubuntu/rag-demo/.streamlit/secrets.toml
The text was updated successfully, but these errors were encountered: