Spaces:
Runtime error
Runtime error
Commit
·
250aa35
1
Parent(s):
d37e087
Update requirements.txt
Browse filesprove per fixare
RestAPIError: Metadata operation error: (url: https://c.app.hopsworks.ai/hopsworks-api/api/project/5416/modelregistries/5416/models/titanic_modal_1). Server response:
HTTP code: 400, HTTP reason: Bad Request, body: b'{"errorCode":120002,"usrMsg":"Duplicate key io.hops.hopsworks.common.provenance.state.dto.ProvStateDTO@3564d40e","errorMsg":"A runtime error occurred."}', error code: 120002, error msg: A runtime error occurred., user msg: Duplicate key io.hops.hopsworks.common.provenance.state.dto.ProvStateDTO@3564d40e
{"errorCode":200003,"errorMsg":"Authorization header not set."}
- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
-
hopsworks
|
|
|
|
|
2 |
joblib
|
3 |
scikit-learn==1.1.1
|
|
|
1 |
+
hopsworks==3.0.3
|
2 |
+
hsml==3.0.3
|
3 |
+
hsfs==3.0.4
|
4 |
joblib
|
5 |
scikit-learn==1.1.1
|