deploy-examples icon indicating copy to clipboard operation
deploy-examples copied to clipboard

CSS read error

Open MZfengdada opened this issue 8 months ago • 0 comments

When I was deploying, I encountered three CSS style errors. Has anyone else run into this problem like me? The error messages are as follows:

"v2025-04-21 12:16:29.348 ComponentRequestHandler: GET /opt/conda/envs/dashboard/lib/python3.12/site-packages/streamlit_elements/frontend/build/css/modules/layer/default/layer.css read error Traceback (most recent call last): File "/opt/conda/envs/dashboard/lib/python3.12/site-packages/streamlit/web/server/component_request_handler.py", line 54, in get with open(abspath, "rb") as file: ^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/opt/conda/envs/dashboard/lib/python3.12/site-packages/streamlit_elements/frontend/build/css/modules/layer/default/layer.css' 2025-04-21 12:16:29.350 ComponentRequestHandler: GET /opt/conda/envs/dashboard/lib/python3.12/site-packages/streamlit_elements/frontend/build/css/modules/code.css read error Traceback (most recent call last): File "/opt/conda/envs/dashboard/lib/python3.12/site-packages/streamlit/web/server/component_request_handler.py", line 54, in get with open(abspath, "rb") as file: ^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/opt/conda/envs/dashboard/lib/python3.12/site-packages/streamlit_elements/frontend/build/css/modules/code.css' 2025-04-21 12:16:29.626 ComponentRequestHandler: GET /opt/conda/envs/dashboard/lib/python3.12/site-packages/streamlit_elements/frontend/build/css/modules/laydate/default/laydate.css read error Traceback (most recent call last): File "/opt/conda/envs/dashboard/lib/python3.12/site-packages/streamlit/web/server/component_request_handler.py", line 54, in get with open(abspath, "rb") as file: ^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/opt/conda/envs/dashboard/lib/python3.12/site-packages/streamlit_elements/frontend/build/css/modules/laydate/default/laydate.css'"

MZfengdada avatar Apr 21 '25 16:04 MZfengdada