Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		Error on startup
Hello!
When I open this space I get the following error. Reloading the page and/or restarting my device does not change anything. This appears to be an error on the space itself and likely not my device. Could you look into it and see what's wrong? Thank you very much :)
Here's the error:
runtime error
Exit code: 1. Reason: ) (2025.2)
Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.10/site-packages (from pandas<3.0,>=1.0->gradio->spaces) (2025.2)
Requirement already satisfied: click>=8.0.0 in /usr/local/lib/python3.10/site-packages (from typer<1.0,>=0.12->gradio->spaces) (8.0.4)
Requirement already satisfied: shellingham>=1.3.0 in /usr/local/lib/python3.10/site-packages (from typer<1.0,>=0.12->gradio->spaces) (1.5.4)
Requirement already satisfied: rich>=10.11.0 in /usr/local/lib/python3.10/site-packages (from typer<1.0,>=0.12->gradio->spaces) (14.1.0)
Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas<3.0,>=1.0->gradio->spaces) (1.17.0)
Requirement already satisfied: markdown-it-py>=2.2.0 in /usr/local/lib/python3.10/site-packages (from rich>=10.11.0->typer<1.0,>=0.12->gradio->spaces) (4.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /usr/local/lib/python3.10/site-packages (from rich>=10.11.0->typer<1.0,>=0.12->gradio->spaces) (2.19.2)
Requirement already satisfied: mdurl~=0.1 in /usr/local/lib/python3.10/site-packages (from markdown-it-py>=2.2.0->rich>=10.11.0->typer<1.0,>=0.12->gradio->spaces) (0.1.2)
Downloading spaces-0.41b0-py3-none-any.whl (33 kB)
Installing collected packages: spaces
  Attempting uninstall: spaces
    Found existing installation: spaces 0.40.1
    Uninstalling spaces-0.40.1:
      Successfully uninstalled spaces-0.40.1
Successfully installed spaces-0.41b0
Traceback (most recent call last):
  File "/home/user/app/app.py", line 6, in 
    import spaces
  File "/usr/local/lib/python3.10/site-packages/spaces/init.py", line 21, in 
    from .zero.decorator import GPU
  File "/usr/local/lib/python3.10/site-packages/spaces/zero/init.py", line 35, in 
    Path(Config.zerogpu_offload_dir).mkdir(parents=True)
  File "/usr/local/lib/python3.10/pathlib.py", line 1175, in mkdir
    self._accessor.mkdir(self, mode)
FileExistsError: [Errno 17] File exists: '/data-nvme/zerogpu-offload'
Container logs:
Failed to retrieve error logs: SSE is not enabled
