GithubHelp home page GithubHelp logo

Comments (4)

lutchu avatar lutchu commented on May 27, 2024

I finally managed to get this working on an M1 Mac under a conda managed env. In case anyone else hits this - try the conda installation path that's been mentioned in older posts.

from tensorflow_macos.

anna-tikhonova avatar anna-tikhonova commented on May 27, 2024

Thank you for reporting this issue. I'm glad you got it resolved!

from tensorflow_macos.

hoytak avatar hoytak commented on May 27, 2024

To clarify what is happening here for others encountering this issue.

There are two cpu subtypes for binary files on the M1, arm64 and arm64e. Trying to mix the two results in the error you see. For this pre-release version, we're focusing support on the arm64 version of python in the Xcode Command Line Tools, and the included wheel does not include an arm64e slice. To make sure you have the correct version of python run file $(which python) and it should display an arm64 slice, not an arm64e slice.

If you encounter this problem, install the Python version from Xcode Command Line Tools, then pass the path to that version into the install script using --python=/Library/Developer/CommandLineTools/usr/bin/python3.

from tensorflow_macos.

ssingh496 avatar ssingh496 commented on May 27, 2024

@hoytak I have the new Mac1 - Darwin MacBook-Air.broadband 20.1.0 Darwin Kernel Version 20.1.0: Sat Oct 31 00:07:10 PDT 2020; root:xnu-7195.50.7~2/RELEASE_ARM64_T8101 arm64

I am trying to install the TF using below command but facing the same problem of this thread.

import tensorflow as tf
Traceback (most recent call last):
File "/Users/sandeepsingh/tensorflow_macos_venv/lib/python3.8/site-packages/tensorflow/python/pywrap_tensorflow.py", line 64, in
from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: dlopen(/Users/sandeepsingh/tensorflow_macos_venv/lib/python3.8/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so, 6): no suitable image found. Did find:
/Users/sandeepsingh/tensorflow_macos_venv/lib/python3.8/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so: mach-o, but wrong architecture
/Users/sandeepsingh/tensorflow_macos_venv/lib/python3.8/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so: mach-o, but wrong architecture

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "", line 1, in
File "/Users/sandeepsingh/tensorflow_macos_venv/lib/python3.8/site-packages/tensorflow/init.py", line 41, in
from tensorflow.python.tools import module_util as _module_util
File "/Users/sandeepsingh/tensorflow_macos_venv/lib/python3.8/site-packages/tensorflow/python/init.py", line 39, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "/Users/sandeepsingh/tensorflow_macos_venv/lib/python3.8/site-packages/tensorflow/python/pywrap_tensorflow.py", line 83, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "/Users/sandeepsingh/tensorflow_macos_venv/lib/python3.8/site-packages/tensorflow/python/pywrap_tensorflow.py", line 64, in
from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: dlopen(/Users/sandeepsingh/tensorflow_macos_venv/lib/python3.8/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so, 6): no suitable image found. Did find:
/Users/sandeepsingh/tensorflow_macos_venv/lib/python3.8/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so: mach-o, but wrong architecture
/Users/sandeepsingh/tensorflow_macos_venv/lib/python3.8/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so: mach-o, but wrong architecture

=========
When I am trying to check the python it says -
(tensorflow_macos_venv) sandeepsingh@MacBook-Air ~ % file $(which python)
/Users/sandeepsingh/tensorflow_macos_venv/bin/python: Mach-O 64-bit executable x86_64

Any suggestions ?

from tensorflow_macos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.