错误:(Azure ML中的(FileNotFoundError(2,'系统找不到指定的文件',无,2,无),'(忽略)')

时间:2019-11-22 11:01:46

标签: python azure machine-learning

我已经使用决策树创建了训练有素的模型。我正在使用Azure机器学习工作区。我的模型正在成功运行,并提供正确的输出。现在,我将其部署为Web服务,它已经创建了Api,但是在测试时却给出了错误。

执行python脚本模块时出错:

Running with Python 3.5.1 |Anaconda 4.0.0 (64-bit)| (default, Feb 16 2016, 09:49:46) [MSC v.1900 64 bit (AMD64)] (FileNotFoundError(2, 'The system cannot find the file specified', None, 2, None), '(ignoring)') RReader/__init__.py BinaryIO/__init__.py

以及在Web服务端

85: Error 0085: The following error occurred during script evaluation, please view the output log for more information: ---------- Start of error message from Python interpreter ---------- Caught exception while executing function: Traceback (most recent call last): File "\server\InvokePy.py", line 113, in executeScript buf = pipe.read_buffer() File "C:\server\PipeProtocol.py", line 73, in read_buffer return bytearray(self.read_string()) TypeError: string argument without an encoding ---------- End of error message from Python interpreter ----------, Error code: ModuleExecutionError, Http status code: 400, Timestamp: Fri, 22 Nov 2019 10:58:33 GMT

有人知道什么时候出现此错误吗?

0 个答案:

没有答案