runtime error

Exit code: 1. Reason: Connected. Call `.close()` to terminate connection gracefully. 2024-12-03 10:46:05,315 WARNING: UserWarning: The installed hopsworks client version 3.7.0 may not be compatible with the connected Hopsworks backend version 4.1.1. To ensure compatibility please install the latest bug fix release matching the minor version of your backend (4.1) by running 'pip install hopsworks==4.1.*' Logged in to project, explore it here https://c.app.hopsworks.ai:443/p/193693 Connected. Call `.close()` to terminate connection gracefully. Traceback (most recent call last): File "/home/user/app/app.py", line 9, in <module> fs = project.get_feature_store() File "/usr/local/lib/python3.10/site-packages/hopsworks/project.py", line 128, in get_feature_store ).get_feature_store(name) File "/usr/local/lib/python3.10/site-packages/hsfs/usage.py", line 212, in wrapper raise e File "/usr/local/lib/python3.10/site-packages/hsfs/usage.py", line 208, in wrapper result = func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/hsfs/decorators.py", line 35, in if_connected return fn(inst, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/hsfs/connection.py", line 186, in get_feature_store return self._feature_store_api.get(util.append_feature_store_suffix(name)) File "/usr/local/lib/python3.10/site-packages/hsfs/core/feature_store_api.py", line 35, in get return FeatureStore.from_response_json( File "/usr/local/lib/python3.10/site-packages/hsfs/feature_store.py", line 123, in from_response_json return cls(**json_decamelized) TypeError: FeatureStore.__init__() missing 1 required positional argument: 'hive_endpoint'

Container logs:

Fetching error logs...