win7 Anaconda 安装 scrapy模块

之前用了很多方法,都安装不成功,今天终于成功了。。说下方法。。

anaconda的清华镜像:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/

安装过anaconda之后,直接输入conda install scrapy

然后输入y,

一切完美搞定。

如果还是不行,那么拷贝ssleay32.dll OpenSSL DLL和libeay32.dll2个文件到system32。

原文地址:https://www.cnblogs.com/mrchige/p/6445909.html