我从https://github.com/scrapy/quotesbot下载了Scrapy示例。 我正在使用带有系统站点包的Python 2.7.3。
起初,我收到错误:
AttributeError: 'module' object has no attribute 'OP_NO_TLSv1_1'
然后,根据https://github.com/scrapy/scrapy/issues/2473,我需要降级到Twisted = 16.4.1,我做了。
现在我在标题中收到错误:
ImportError: Error loading object 'scrapy.telnet.TelnetConsole': No module named conch
从哪里来?