yaroslavvb/tensorflow-community-wheels

TF 1.12.0 for macOS Mojave, python 3.6.0

Pattio opened this issue · 6 comments

Tensorflow: 1.12.0 CPU
OS: MacOS Mojave
GCC: clang-1000.11.45.5
Python: 3.6.0
Supports: FMA, AVX, AVX2, SSE4.1, SSE4.2

Download: Link

Can this be uploaded to github? We can't access the Google website here because of the firewall.

Hi, here is commit version which has it locally Repo and Download link

This gave me Illegal instructions : 4 error. Could you confirm this whell is correct?

On my macOS, sysctl -a | grep machdep.cpu.leaf7_features includes AVX2, so I couldn't figure out where does this Signals.SIGILL 4 error comes from..

machdep.cpu.leaf7_features: SMEP ERMS RDWRFSGS TSC_THREAD_OFFSET BMI1 AVX2 BMI2 INVPCID FPU_CSDS

$ gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: x86_64-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

$ python --version
Python 3.6.0 :: Anaconda custom (64-bit)

@YigitDemirag I'm also facing the same issue of my Mac mini (late 2014).

这给了我Illegal instructions : 4 错误。你能证实这个问题是对的吗?

在我的macOS上,sysctl -a | grep machdep.cpu.leaf7_features包括AVX2,所以我无法弄清楚这个Signals.SIGILL 4错误来自哪里..

machdep.cpu.leaf7_features: SMEP ERMS RDWRFSGS TSC_THREAD_OFFSET BMI1 AVX2 BMI2 INVPCID FPU_CSDS

$ gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: x86_64-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
$ python --version
Python 3.6.0 :: Anaconda custom (64-bit)

Process finished with exit code 132 (interrupted by signal 4: SIGILL)

I have no idea...😶

I manually compiled. It works fine now.