python - Azure ML本地部署: tarfile. ReadError:无法成功打开文件

标签 python deployment azure-machine-learning-service

我正在尝试使用此行进行部署(本地):

local_service = Model.deploy(ws, "test", [model], inference_config, deployment_config)

然后我在终端中得到以下输出:

tarfile.ReadError: file could not be opened successfully

Screenshot of the output

最佳答案

上传文件时重试逻辑存在错误。该错误已得到修复,因此更新您的 SDK 应该可以解决该问题。

类似帖子:Registering and downloading a fastText .bin model fails with Azure Machine Learning Service

关于python - Azure ML本地部署: tarfile. ReadError:无法成功打开文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58323029/

相关文章:

python - 对扑克牌列表进行排序 [python]

python - ipython 已安装但未在 OSX mavericks 上运行

azure - Azure 认知服务文本分析 API 中的事务是什么

python - 如何将数据框中的字符串转换为浮点值

python - Azure 机器学习 - 创建数据帧时出现内存错误

python - ImportError HDFStore 需要 PyTables 没有名为表的模块

python - 以 python 方式从文件读取时一次性构建 2 个列表

c# - ClickOnce 部署留下多个版本(是的,不止两个)

php - 部署Laravel 5.2异常权限报错

deployment - 如何处理微服务架构中的共享状态?