Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M1 arm64 release binaries #47782

Closed
Tracked by #627
lutzroeder opened this issue Mar 13, 2021 · 8 comments
Closed
Tracked by #627

M1 arm64 release binaries #47782

lutzroeder opened this issue Mar 13, 2021 · 8 comments
Assignees
Labels
stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response Status - Awaiting response from author subtype:macOS macOS Build/Installation issues TF 2.5 Issues related to TF 2.5 type:build/install Build and install issues

Comments

@lutzroeder
Copy link
Contributor

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): macOS 11.2.3 (20D91)
  • TensorFlow installed from (source or binary): tf-nighly
  • TensorFlow version:
  • Python version: 3.9.2

Describe the problem

tf-nightly fails to install on M1 arm64.

Provide the exact sequence of commands / steps that you executed before running into the problem

~: where pip
/opt/homebrew/bin/pip
~: where python
/opt/homebrew/bin/python
~: pip --version
pip 21.0.1 from /opt/homebrew/lib/python3.9/site-packages/pip (python 3.9)
~: python --version
Python 3.9.2
~: file /opt/homebrew/bin/python
/opt/homebrew/bin/python: Mach-O 64-bit executable arm64
~: pip install tf-nightly
ERROR: Could not find a version that satisfies the requirement tf-nightly
ERROR: No matching distribution found for tf-nightly
@lutzroeder lutzroeder added the type:build/install Build and install issues label Mar 13, 2021
@Saduf2019 Saduf2019 added subtype:macOS macOS Build/Installation issues TF 2.5 Issues related to TF 2.5 labels Mar 15, 2021
@takipsizad
Copy link

proably trying to build from source will help

@Saduf2019 Saduf2019 added the stat:awaiting response Status - Awaiting response from author label Mar 15, 2021
@mihaimaruseac
Copy link
Collaborator

The official pip packages that we build are for x86_64. For ARM, you have to build from source.

@lutzroeder
Copy link
Contributor Author

lutzroeder commented Mar 15, 2021

@mihaimaruseac understood. Given strategy is towards native Python on M1 are there plans to provide arm64 binaries? Should this issue be used for tracking if there isn't another one?

@mihaimaruseac
Copy link
Collaborator

We are not able to provide ARM binaries at the moment. The earliest would be next year after we get all the needed infrastructure and head count.

@tensorflowbutler tensorflowbutler removed the stat:awaiting response Status - Awaiting response from author label Mar 17, 2021
@Saduf2019 Saduf2019 added the stat:awaiting response Status - Awaiting response from author label Mar 18, 2021
@google-ml-butler
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.

@google-ml-butler google-ml-butler bot added the stale This label marks the issue/pr stale - to be closed automatically if no activity label Mar 28, 2021
@google-ml-butler
Copy link

Closing as stale. Please reopen if you'd like to work on this further.

@google-ml-butler
Copy link

Are you satisfied with the resolution of your issue?
Yes
No

@calebmadrigal
Copy link

Is there any plans to officially release binary distributions for TensorFlow for ARM (Apple M1) on linux?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response Status - Awaiting response from author subtype:macOS macOS Build/Installation issues TF 2.5 Issues related to TF 2.5 type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

6 participants