Hi all,
I'm encountering a problem with the installation from source for scikit-image-master
sudo python setup.py install
Output is :
creating build/temp.macosx-10.9-intel-
2.7 compile options: '-I/System/Library/Frameworks/
Python.framework/Versions/2.7/ Extras/lib/python/numpy/core/ include -I/System/Library/Frameworks/ Python.framework/Versions/2.7/ include/python2.7 -c' cc: geometry.c
clang: error: no such file or directory: 'geometry.c'
clang: error: no input files
clang: error: no such file or directory: 'geometry.c'
clang: error: no input files
error: Command "cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/
Python.framework/Versions/2.7/ Extras/lib/python/numpy/core/ include -I/System/Library/Frameworks/ Python.framework/Versions/2.7/ include/python2.7 -c geometry.c -o build/temp.macosx-10.9-intel- 2.7/geometry.o" failed with exit status 1
All requirements are installed and running under osx
I also did a clean :
clean sudo python setup.py clean --all
and retried same resultany insight is greatly appreciated. Thanks.