runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 40, in <module> feat_list() File "/home/user/app/app.py", line 32, in feat_list df = reload_data(master_file) File "/home/user/app/app.py", line 19, in reload_data df = oecd_data() File "/home/user/app/Request_OECD_Data.py", line 73, in oecd_data df_fua = gpd.read_file('OECD_FUAS_shape.zip') File "/usr/local/lib/python3.10/site-packages/geopandas/io/file.py", line 294, in _read_file return _read_file_pyogrio( File "/usr/local/lib/python3.10/site-packages/geopandas/io/file.py", line 547, in _read_file_pyogrio return pyogrio.read_dataframe(path_or_bytes, bbox=bbox, **kwargs) File "/usr/local/lib/python3.10/site-packages/pyogrio/geopandas.py", line 265, in read_dataframe result = read_func( File "/usr/local/lib/python3.10/site-packages/pyogrio/raw.py", line 198, in read return ogr_read( File "pyogrio/_io.pyx", line 1240, in pyogrio._io.ogr_read File "pyogrio/_io.pyx", line 220, in pyogrio._io.ogr_open pyogrio.errors.DataSourceError: '/vsizip/OECD_FUAS_shape.zip' does not exist in the file system, and is not recognized as a supported dataset name.

Container logs:

Fetching error logs...