Advertisement
Guest User

streamlit-docker-error

a guest
May 11th, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.85 KB | Software | 0 0
  1.  
  2.  
  3. During handling of the above exception, another exception occurred:
  4.  
  5.  
  6. Traceback (most recent call last):
  7. File "/usr/local/lib/python3.11/asyncio/events.py", line 84, in _run
  8. self._context.run(self._callback, *self._args)
  9. File "/usr/local/lib/python3.11/site-packages/streamlit/runtime/app_session.py", line 518, in <lambda>
  10. lambda: self._handle_scriptrunner_event_on_event_loop(
  11. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  12. File "/usr/local/lib/python3.11/site-packages/streamlit/runtime/app_session.py", line 612, in _handle_scriptrunner_event_on_event_loop
  13. msg = self._create_new_session_message(
  14. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15. File "/usr/local/lib/python3.11/site-packages/streamlit/runtime/app_session.py", line 742, in _create_new_session_message
  16. _populate_user_info_msg(imsg.user_info)
  17. File "/usr/local/lib/python3.11/site-packages/streamlit/runtime/app_session.py", line 990, in _populate_user_info_msg
  18. inst = Installation.instance()
  19. ^^^^^^^^^^^^^^^^^^^^^^^
  20. File "/usr/local/lib/python3.11/site-packages/streamlit/runtime/metrics_util.py", line 228, in instance
  21. cls._instance = Installation()
  22. ^^^^^^^^^^^^^^
  23. File "/usr/local/lib/python3.11/site-packages/streamlit/runtime/metrics_util.py", line 236, in __init__
  24. self.installation_id_v4 = _get_machine_id_v4()
  25. ^^^^^^^^^^^^^^^^^^^^
  26. File "/usr/local/lib/python3.11/site-packages/streamlit/runtime/metrics_util.py", line 209, in _get_machine_id_v4
  27. with file_util.streamlit_write(filepath) as output:
  28. File "/usr/local/lib/python3.11/contextlib.py", line 137, in __enter__
  29. return next(self.gen)
  30. ^^^^^^^^^^^^^^
  31. File "/usr/local/lib/python3.11/site-packages/streamlit/file_util.py", line 109, in streamlit_write
  32. os.makedirs(os.path.dirname(path), exist_ok=True)
  33. File "<frozen os>", line 215, in makedirs
  34. File "<frozen os>", line 225, in makedirs
  35. PermissionError: [Errno 13] Permission denied: '/nonexistent'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement