2014년 6월 10일 화요일

Mac Python 2.7 pandas 설치하기

Mac 에서 pandas 설치하기

  • Numpy 설치
    $ sudo easy_install numpy
    
  • Pandas 설치
    • 오류발생
      import pandas
      /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pandas/io/excel.py:626: UserWarning: Installed openpyxl is not supported at this time. Use >=1.6.1 and <2.0.0.
      import openpyxl
      openpyxl.__version__
      '2.0.3' // version 이 2.0 을 넘었다.
      
      pip uninstall openpyxl
      sudo pip install 'openpyxl<=2.0'
      

댓글 없음:

댓글 쓰기