On Fri, Jan 30, 2015 at 3:29 PM, Bas Nijholt <basnijholt@gmail.com> wrote:
Hi,I’ve installed kwant through Homebrew, Michaels provided method.Now I’m trying to update Tinyarray through pip and get the following message:Bass-MacBook-Pro:Desktop basnijholt$ pip install tinyarrayRequirement already satisfied (use --upgrade to upgrade): tinyarray in /usr/local/lib/python2.7/site-packagesBass-MacBook-Pro:Desktop basnijholt$ pip install tinyarray --upgradeCollecting tinyarray from https://pypi.python.org/packages/source/t/tinyarray/tinyarray-1.0.5.tar.gz#md5=0ef161e8b5ae711fe3e1babb8702105eUsing cached tinyarray-1.0.5.tar.gzInstalling collected packages: tinyarrayFound existing installation: tinyarray 1.0.2Can't uninstall 'tinyarray'. No files were found to uninstall.Running setup.py install for tinyarraybuilding 'tinyarray' extensionclang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/arithmetic.cc -o build/temp.macosx-10.10-x86_64-2.7/src/arithmetic.oclang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/array.cc -o build/temp.macosx-10.10-x86_64-2.7/src/array.oclang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/functions.cc -o build/temp.macosx-10.10-x86_64-2.7/src/functions.oclang++ -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk build/temp.macosx-10.10-x86_64-2.7/src/arithmetic.o build/temp.macosx-10.10-x86_64-2.7/src/array.o build/temp.macosx-10.10-x86_64-2.7/src/functions.o -o build/lib.macosx-10.10-x86_64-2.7/tinyarray.soSuccessfully installed tinyarray-1.0.2Bass-MacBook-Pro:Desktop basnijholt$Regards,Bas