Tensorflow错误码一览表

IDNAMETEXT大意
0OK成功
1CANCELLEDThe operation was cancelled (typically by the caller).被取消
2UNKNOWNUnknown error. An example of where this error may be returned is if a Status value received from another address space belongs to an error-space that is not known in this address space. Also errors raised by APIs that do not return enough error information may be converted to this error.比如:下层API没返给足够的信息,用这个。
3INVALID_ARGUMENTClient specified an invalid argument. Note that this differs from FAILED_PRECONDITION. INVALID_ARGUMENT indicates arguments that are problematic regardless of the state of the system (e.g., a malformed file name).参数错误
4DEADLINE_EXCEEDEDDeadline expired before operation could complete. For operations that change the state of the system, this error may be returned even if the operation has completed successfully. For example, a successful response from a server could have been delayed long enough for the deadline to expire.比如延迟拿到结果的查询请求。
5NOT_FOUNDSome requested entity (e.g., file or directory) was not found. For privacy reasons, this code may be returned when the client does not have the access right to the entity.没找到文件或没找到
6ALREADY_EXISTSSome entity that we attempted to create (e.g., file or directory) already exists.已经存在
7PERMISSION_DENIEDThe caller does not have permission to execute the specified operation. PERMISSION_DENIED must not be used for rejections caused by exhausting some resource (use RESOURCE_EXHAUSTED instead for those errors). PERMISSION_DENIED must not be used if the caller can not be identified (use UNAUTHENTICATED instead for those errors).权限问题
8RESOURCE_EXHAUSTEDSome resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out of space.资源用完了。
9FAILED_PRECONDITIONOperation was rejected because the system is not in a state required for the operation’s execution. For example, directory to be deleted may be non-empty, an rmdir operation is applied to a non-directory, etc. A litmus test that may help a service implementor in deciding between FAILED_PRECONDITION, ABORTED, and UNAVAILABLE: (a) Use UNAVAILABLE if the client can retry just the failing call. (b) Use ABORTED if the client should retry at a higher-level (e.g., restarting a read-modify-write sequence). © Use FAILED_PRECONDITION if the client should not retry until the system state has been explicitly fixed. E.g., if an “rmdir” fails because the directory is non-empty, FAILED_PRECONDITION should be returned since the client should not retry unless they have first fixed up the directory by deleting files from it. (d) Use FAILED_PRECONDITION if the client performs conditional REST Get/Update/Delete on a resource and the resource on the server does not match the condition. E.g., conflicting read-modify-write on the same resource.
10ABORTEDThe operation was aborted, typically due to a concurrency issue like sequencer check failures, transaction aborts, etc. See litmus test above for deciding between FAILED_PRECONDITION, ABORTED, and UNAVAILABLE.
11OUT_OF_RANGEOperation tried to iterate past the valid input range. E.g., seeking or reading past end of file. Unlike INVALID_ARGUMENT, this error indicates a problem that may be fixed if the system state changes. For example, a 32-bit file system will generate INVALID_ARGUMENT if asked to read at an offset that is not in the range [0,2^32-1], but it will generate OUT_OF_RANGE if asked to read from an offset past the current file size. There is a fair bit of overlap between FAILED_PRECONDITION and OUT_OF_RANGE. We recommend using OUT_OF_RANGE (the more specific error) when it applies so that callers who are iterating through a space can easily look for an OUT_OF_RANGE error to detect when they are done.越界,数据不足
12UNIMPLEMENTEDOperation is not implemented or not supported/enabled in this service.访问了基类的某个派生类才能调用的函数。
13INTERNALInternal errors. Means some invariant expected by the underlying system has been broken. If you see one of these errors, something is very broken.底层系统错误。
14UNAVAILABLEThe service is currently unavailable. This is a most likely a transient condition and may be corrected by retrying with a backoff. See litmus test above for deciding between FAILED_PRECONDITION, ABORTED, and UNAVAILABLE.访问的资源暂时不可用,有可能一会就可用了。
15DATA_LOSSUnrecoverable data loss or corruption.数据错误
16UNAUTHENTICATEDThe request does not have valid authentication credentials for the operation.权限问题
20DO_NOT_USE_ RESERVED_FOR_ FUTURE_EXPANSION_ USE_DEFAULT_IN_ SWITCH_INSTEAD_An extra enum entry to prevent people from writing code that fails to compile when a new code is added. Nobody should ever reference this enumeration entry. In particular, if you write C++ code that switches on this enumeration, add a default: case instead of a case that mentions this enumeration entry. Nobody should rely on the value (currently 20) listed here. It may change in the future.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
从提供的引用中可以看出,下载TensorFlow时出现了错误,具体的错误是Traceback (most recent call last)。 这个错误可能有多个原因,但可以尝试以下步骤来解决问题: 1. 检查管理员权限:确保在安装TensorFlow之前已获取管理员权限。如果以管理员身份运行pip命令可能有助于解决权限问题。 2. 使用镜像网站:由于网络问题可能导致下载失败,可以尝试使用镜像网站来更新和下载TensorFlow。 3. 解决依赖问题:在安装TensorFlow之前,可能需要安装一些依赖包。根据错误信息,其中一个错误是关于wrapt包的。可以尝试使用命令pip install -U --ignore-installed wrapt enum34 simplejson netaddr来解决这个问题。 4. 更新numpy:另一个错误是关于numpy包的。可以尝试更新numpy包来解决这个问题,使用命令pip install --user --update numpy -i https://pypi.douban.com/simple。 通过按照这些步骤来解决错误,您应该能够成功地下载和安装TensorFlow。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *2* [pip安装tensorflow时报错Traceback (most recent call last):](https://blog.csdn.net/qq_47056525/article/details/126232410)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *3* [在python中安装tensorflow出现错误“ERROR: Exception: Traceback (most recent call last): File.........](https://blog.csdn.net/qq_21561539/article/details/122642675)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值