YaboSu / zhihu_crawler

使用python 3实现的一个知乎内容的爬虫,依赖requests、BeautifulSoup4。
MIT License
38 stars 18 forks source link

error 安装了还是报错 #1

Open spiritelf opened 7 years ago

spiritelf commented 7 years ago

running build_ext building 'lxml.etree' extension error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat).


mand "E:\Python34\python.exe -u -c "import setuptools, tokenize;file='C:\ ers\huang\AppData\Local\Temp\pip-build-kl7tehu6\lxml\setup.py';exec(co le(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), e, 'exec'))" install --record C:\Users\huang\AppData\Local\Temp\pip-nfdydw9 ecord\install-record.txt --single-version-externally-managed --compile" faile ith error code 1 in C:\Users\huang\AppData\Local\Temp\pip-build-kl7tehu6\lxml

YaboSu commented 7 years ago

BeautifulSoup4安装成功了吗?

riskgod commented 7 years ago

pip3 install BeautifulSoup4