python을 받는다 - 꼭 64비트로 받는다.
마이크로소프트 빌드툴 17을 설치한다.
pip install pandas
pip install pandas-datareader에서 오류가 나는데
https://stackoverflow.com/questions/33785755/getting-could-not-find-function-xmlcheckversion-in-library-libxml2-is-libxml2
을 참고해서 라이브러리를 하나 설치하고 다시 시도한다.
Install lxml from http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml for your python version. It's a precompiled WHL with required modules/dependencies.
The site lists several packages, when e.g. using Win32 Python 2.7, use lxml-3.6.1-cp27-cp27m-win32.whl
.
Download the file, and then install with
pip install C:\path\to\downloaded\file\lxml-3.6.1-cp27-cp27m-win32.whl
'ETC' 카테고리의 다른 글
서울시 노원구 공등롱 366-24 동일로 196길 다올누리(대원주택) (0) | 2019.04.17 |
---|---|
델 게이밍 노트북(G5) AS 후기 (0) | 2018.12.19 |
Bitbucket에 새로 repository 만들기 (0) | 2018.01.06 |
Github Pages와 함께 쓰는 static site generator 추천 - Hugo (0) | 2017.09.01 |
블로그 코드 넣는 태그 (0) | 2017.08.29 |