I am trying to install shadoworflow in my mac. I have anaconda python. I installed shadoworflow using
pip install -i https://pypi.anaconda.org/jjhelmus/simple tensorflow
I also tried the entire option provided in the tensorflow installation guide.
When I try to import, it gives the following error:
ImportError: dlopen(/Users/SummerREU/anaconda/lib/python2.7/site-packages/tensorflow/python/_pywrap_tensorflow.so, 2): Symbol not found: ___sincos_stret
Referenced from: /Users/SummerREU/anaconda/lib/python2.7/site-packages/tensorflow/python/_pywrap_tensorflow.so
Expected in: /usr/lib/libSystem.B.dylib
in /Users/SummerREU/anaconda/lib/python2.7/site-packages/tensorflow/python/_pywrap_tensorflow.so
source
share