Windows - 64 位 - Anaconda3 - 安装 Scrapy - 错误

Posted

技术标签:

【中文标题】Windows - 64 位 - Anaconda3 - 安装 Scrapy - 错误【英文标题】:Windows - 64 Bit - Anaconda3 - Install Scrapy - Error 【发布时间】:2018-08-19 03:50:25 【问题描述】:

所以我通过

在我的 Windows 系统中安装了 Scrapy
conda install -c conda-forge scrapy

它位于我的路径中

C:\Users\******\Anaconda3\Scripts\scrapy.exe

它被添加到我的环境中。多变的。但是当我尝试将其导入 python 3.6.4 或 2.7 时,我得到 No Module Named ScrapyImportError: DLL load failed: The specified procedure was not found.

【问题讨论】:

【参考方案1】:

也许它可能不起作用,但看看这个答案,它重新排序了 env 变量中 dll 文件的优先级。

Getting error: DLL load failed: The operating system cannot run %1 - Python 2.7; Scrapy Module; Importing Cryptography

【讨论】:

以上是关于Windows - 64 位 - Anaconda3 - 安装 Scrapy - 错误的主要内容,如果未能解决你的问题,请参考以下文章