我正在研究网络抓取。在阅读电子书时,我遇到了这个 Throttle Module 。
它要我导入以下模块: from chp1.throttle import Throttle
它向我显示提示 chp1 模块不存在的错误。
我尝试使用以下代码安装节流阀:
pip install python-throttle
这给了我以下错误:
收集 python-throttle
下载 python-throttle-0.1.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-E7Y4WF/python-throttle/setup.py", line 1, in <module>
import pypandoc
ImportError: No module named pypandoc
----------------------------------------
命令
python setup.py egg_info
在/tmp/pip-build-E7Y4WF/python-throttle/中出现错误代码 1 失败
谁能帮我解决这个问题?