runtime error

Connected. Call `.close()` to terminate connection gracefully. UserWarning: The installed hopsworks client version 3.4.3 may not be compatible with the connected Hopsworks backend version 3.7.1. To ensure compatibility please install the latest bug fix release matching the minor version of your backend (3.7) by running 'pip install hopsworks==3.7.*' Logged in to project, explore it here https://c.app.hopsworks.ai:443/p/196758 Connected. Call `.close()` to terminate connection gracefully. Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> dataset_api.download("Resources/images/latest_iris.png") File "/home/user/.local/lib/python3.10/site-packages/hopsworks/core/dataset_api.py", line 98, in download file_size = int(self._get(path)["attributes"]["size"]) File "/home/user/.local/lib/python3.10/site-packages/hopsworks/core/dataset_api.py", line 244, in _get return _client._send_request("GET", path_params, headers=headers) File "/home/user/.local/lib/python3.10/site-packages/hopsworks/decorators.py", line 35, in if_connected return fn(inst, *args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/hopsworks/client/base.py", line 174, in _send_request raise exceptions.RestAPIError(url, response) hopsworks.client.exceptions.RestAPIError: Metadata operation error: (url: https://c.app.hopsworks.ai/hopsworks-api/api/project/196758/dataset/Resources%2Fimages%2Flatest_iris.png). Server response: HTTP code: 400, HTTP reason: Bad Request, body: b'{"errorCode":110018,"errorMsg":"Path not found"}', error code: 110018, error msg: Path not found, user msg:

Container logs:

Fetching error logs...