DeepRec icon indicating copy to clipboard operation
DeepRec copied to clipboard

Build error on aarch64

Open imzhuhl opened this issue 2 years ago • 1 comments

Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): linux ubuntu 18.04
  • Python version: 3.6
  • Installed using virtualenv? pip? conda?: pip
  • Bazel version (if compiling from source): 0.26.1
  • GCC/Compiler version (if compiling from source): 7.5
  • CUDA/cuDNN version: None
  • GPU model and memory: None

Describe the problem Build from source failed on arm64 server when run command:

bazel build -c opt --config=opt //tensorflow/tools/pip_package:build_pip_package
image

I just use cpu version and build it successfully on x86 machine, so it should be related to the platform. I find no arm image either, do you have any plan to support for arm.

imzhuhl avatar Aug 11 '22 09:08 imzhuhl

good catch, we'll followup the issue as soon as possible. Of course, we'll provide arm image as well.

liutongxuan avatar Aug 12 '22 06:08 liutongxuan