你先看看 pip install scrapy需要的 pyopenssl twisted 等和你安装的版本一样么 我的就是因为TWist 版本高于 需要的
用pip install twisted==13.1.0 才成功
关键就twisted版本,不能太高,用pip install scrapy,里面提示的是多少,就装多高的版本。
你先看看 pip install scrapy需要的 pyopenssl twisted 等和你安装的版本一样么 我的就是因为TWist 版本高于 需要的
用pip install twisted==13.1.0 才成功
关键就twisted版本,不能太高,用pip install scrapy,里面提示的是多少,就装多高的版本。