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

MAINT: TF crashes on import for Apple M1 #35

Open
bsipocz opened this issue Jun 21, 2022 · 1 comment
Open

MAINT: TF crashes on import for Apple M1 #35

bsipocz opened this issue Jun 21, 2022 · 1 comment
Labels
bug Something isn't working content Notebook content documentation Improvements or additions to documentation

Comments

@bsipocz
Copy link
Member

bsipocz commented Jun 21, 2022

Locally tensorflow crashes at import time (cell no2), tried python 3.9 & tf 2.9.1 and python 3.7 & tf 1.13.1.

OTOH the cell runs without issues both on colab (python 3.7 and tf 2.8.2) and on binder (3.7 & 2.9.1), so my first guess is it maybe some M1 issue. If that's the case we need to give some specific installation instructions to the users.
If the crash is due to some other issues we probably need to pin and use specific version combinations.

@bsipocz bsipocz added bug Something isn't working documentation Improvements or additions to documentation content Notebook content labels Jun 21, 2022
@bsipocz bsipocz changed the title MAINT: TF crashes on import, document install or possibly pin version number MAINT: TF crashes on import for Apple M1 Jun 21, 2022
@bsipocz
Copy link
Member Author

bsipocz commented Jun 21, 2022

ref: tensorflow/tensorflow#52973

In the meantime, there seem to be third-party binaries both as wheels on pypi and conda-forge. For the former, I run into pip install issues and haven't yet tried the conda route.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working content Notebook content documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant