使用bazel build TensorFlow时SDK报错
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用bazel build TensorFlow时SDK报错相关的知识,希望对你有一定的参考价值。
需要使用bazel build TensorFlow源码,从android官网下载SDK tools和NDK后开始编译,发现报错:no package @androidsdk:com.android.support。使用sdkmanager --list发现输出中没有这个包,搜索网络后发现提示此包已经废弃。但是没有此包又无法正常build,所以找到如下路径,可以获取到离线com.android.support包:
https://dl-ssl.google.com/android/repository/support_r23.2.0.zip
以上是关于使用bazel build TensorFlow时SDK报错的主要内容,如果未能解决你的问题,请参考以下文章
nvcc 错误:使用 bazel 构建 tensorflow 时,'cicc' 以状态 0xC0000005 (ACCESS_VIOLATION) 死亡