본문 바로가기

python

scrapy install error

 error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

저기 홈페이지로 가서 뭐 깔라고 되있는데 


https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted

여기서 해당 버전 다운받아서 


pip install Twisted‑17.9.0‑cp36‑cp36m‑win32.whl

한뒤


pip install scrapy 

다시 설치하면 완료 


'python' 카테고리의 다른 글

덕 타이핑(Duck typing)  (0) 2018.04.29
클래스 메소드에 인수로 self 주는 이유  (0) 2018.04.28
타입 힌팅(type hinting)  (0) 2018.04.28
mutable과 immutable한 객체  (0) 2018.04.28
(19)번역 api 사용 후기  (0) 2018.04.07