Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

How to build tensorflow-compression package for aarch64?

オープン
#171 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
python, tensorflow

調査の方向性

Start with requirements.txt and the Bazel command shown in the issue, reproducing the build on the Debian aarch64 t2a machine. Investigate the reported @bazel_tools platform constraint error and document a working build path or the required project change, then verify that the tensorflow_compression package builds successfully.

索引モデルが issue の本文から書いたものです。

説明

Discussed in https://github.com/tensorflow/compression/discussions/168

Originally posted by ganeshShindeQ December 21, 2022
I tried to follow steps
I am using t2a machine with debian and used following steps to build tensorflow_compression

  1. git clone https://github.com/tensorflow/compression.git /tensorflow_compression &&
  2. cd /tensorflow_compression &&
  3. python -m pip install -U pip setuptools wheel &&
  4. python -m pip install -r requirements.txt &&
  5. bazel build -c opt --copt=-mavx :build_pip_pkg

Got the following error

Error: dd48f66785b37a83b2ce2c612bd47a6/external/bazel_tools/platforms/BUILD:84:6: in alias rule @bazel_tools//platforms:linux: Constraints from @bazel_tools//platforms have been removed. Please use constraints from @platforms repository embedded in Bazel, or preferably declare dependency on https://github.com/bazelbuild/platforms. See https://github.com/bazelbuild/bazel/issues/8622 for details

主要言語
Python
スター
923
フォーク
258
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

tensorflow/compression のほかの issue

tensorflow/compression の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。