Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. sudo pip install pandas
  2.  
  3. creating build/temp.macosx-10.9-intel-2.7/pandas/src/datetime
  4.  
  5. cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -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 -Ipandas/src/klib -Ipandas/src -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 pandas/index.c -o build/temp.macosx-10.9-intel-2.7/pandas/index.o
  6.  
  7. clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]
  8.  
  9. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  10.  
  11. error: command 'cc' failed with exit status 1
  12.  
  13. cc -v
  14.  
  15. Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
  16. Target: x86_64-apple-darwin13.1.0
  17. Thread model: posix
  18.  
  19. PATH="/Library/Frameworks/Python.framework/Versions/Current/bin:$(PATH)}"
  20. export PATH
  21.  
  22. export CFLAGS=-Qunused-arguments
  23. export CPPFLAGS=-Qunused-arguments
  24.  
  25. sudo pip install pandas
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement