When I try to run Scrapy I get an ImportError stating that Twisted requires zope.interface 3.6.0 or later
. The version of zope.interface I have is 4.0.5, so I'm perplexed by this error. I've read other suggestions recommending installing zope.interface via pip, but that did not work. I'd like some help figuring out how Twisted or Scrapy is getting the zope.interface version number, or if there's a work-around that I can employ to get this to work?
3
votes