windows下scrapy创建爬虫失败
程序员文章站
2022-03-19 22:06:44
...
一、了解、安装scrapy
pip3 install scrapy
二、创建项目
scrapy startproject 工程名 ----------产生爬虫工程目录
三、创建爬虫
scrapy genspider 爬虫名 “域名” ********爬虫名不能和工程名相同
这时报错信息:
from cryptography.hazmat.bindings._openssl import ffi, lib
ImportError: DLL load failed: %1 不是有效的 Win32 应用程序。
四、解决办法
pip3 uninstall pyopenssl
pip3 uninstall cryptography
pip3 install pyopenssl
pip3 install cryptography
推荐阅读
-
详解python3 + Scrapy爬虫学习之创建项目
-
Windows 8.1 64bit下搭建 Scrapy 0.22 环境
-
windows下pycharm安装、创建文件、配置默认模板
-
基于alpine用dockerfile创建的爬虫Scrapy镜像的实现
-
Windows下python成功安装某个库之后仍导入失败解决方法
-
MongoDb在windows10下的安装、创建用户和数据库
-
RabbitMQ(1):Windows下安装RabbitMQ和创建管理员用户
-
windows下安装Scrapy框架(python)
-
Windows下Rocketmq启动失败解决办法
-
Windows下Rocketmq启动失败解决办法