runtime error
Exit code: 1. Reason: 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/197783 Connected. Call `.close()` to terminate connection gracefully. Connected. Call `.close()` to terminate connection gracefully. Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> model = mr.get_model("iris_model", version=1) File "/home/user/.local/lib/python3.10/site-packages/hsml/model_registry.py", line 85, in get_model return self._model_api.get( File "/home/user/.local/lib/python3.10/site-packages/hsml/core/model_api.py", line 75, in get model_json = _client._send_request("GET", path_params, query_params) File "/home/user/.local/lib/python3.10/site-packages/hsml/decorators.py", line 35, in if_connected return fn(inst, *args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/hsml/client/base.py", line 108, in _send_request raise exceptions.RestAPIError(url, response) hsml.client.exceptions.RestAPIError: Metadata operation error: (url: https://c.app.hopsworks.ai/hopsworks-api/api/project/197783/modelregistries/197783/models/iris_model_1). Server response: HTTP code: 404, HTTP reason: Not Found, body: b'{"errorCode":360000,"errorMsg":"No model found for provided name and version."}', error code: 360000, error msg: No model found for provided name and version., user msg:
Container logs:
Fetching error logs...