#title Hive에서 데이터 읽기 작성중.. pyhive 사용할 때에 아래와 같이 나오면 sasl을 설치해야 한다. {{{ No module named 'sasl' }}} 아래의 명령으로 설치한다. {{{ pip install sasl }}} 만약 아래와 같은 메시지를 보면 attachment:Hive에서데이터읽기/sasl_install_error.png 위의 메시지에 나와 있듯이 아래의 url에서 visual c++ build tool을 다운로드 하여 설치한다.(오래 걸린다) http://landinghub.visualstudio.com/visual-cpp-build-tools 만약 위의 조치를 취해도 아래와 같은 메시지를 보면 {{{ cannot open include file 'sasl/sasl.h' no such file or directory }}} 아래의 url에서 자신의 python version(python --version으로 확인)에 맞게 다운로드 http://www.lfd.uci.edu/~gohlke/pythonlibs/ 필자의 경우는 python 3.5.2다. {{{ pip install d:\sasl-0.2.1-cp35-cp35m-win_amd64.whl }}}