mlrun 无法通过 AttributeError(\"'K8sHelper' object has no attribute 'v1api'\") 显示 traning grpah

问题描述 投票:0回答:0

我已经通过 docker-compose 运行了 mlrun。但是当我完成样本训练后,我在管理页面上看不到结果图。我收到 500 错误,详细信息如下:

{
 "data": {
   "detail": "AttributeError(\"'K8sHelper' object has no attribute 'v1api'\")"
 },
 "status": 500,
 "statusText": "Internal Server Error",
 "headers": {
   "connection": "keep-alive",
   "content-length": "76",
   "content-type": "application/json",
   "date": "Fri, 07 Apr 2023 09:45:51 GMT",
   "server": "nginx/1.21.6"
 },
 "config": {
   "url": "projects/quick-tutorial-root/files",
   "method": "get",
   "headers": {
     "Accept": "application/json, text/plain, */*"
   },
   "params": {
     "path": "/auto-trainer-train/0/confusion-matrix.html"
   },
   "baseURL": "/mlrun/api/v1",
   "transformRequest": [
     null
   ],
   "transformResponse": [
     null
   ],
   "timeout": 0,
   "xsrfCookieName": "XSRF-TOKEN",
   "xsrfHeaderName": "X-XSRF-TOKEN",
   "maxContentLength": -1,
   "maxBodyLength": -1,
   "transitional": {
     "silentJSONParsing": true,
     "forcedJSONParsing": true,
     "clarifyTimeoutError": false
   }
 },
 "request": {}
}

我没有找到关于这个问题的任何信息,请帮助我,谢谢!

python nginx show http-status-code-500 mlrun
© www.soinside.com 2019 - 2024. All rights reserved.