简体   繁体   中英

Windows - 64 Bit - Anaconda3 - Install Scrapy - Error

So I installed Scrapy in my Windows system via

conda install -c conda-forge scrapy

and it is located in my path

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

It is added to my env. variable. But when I try and import it into python 3.6.4 or 2.7 I get No Module Named Scrapy or ImportError: DLL load failed: The specified procedure was not found.

Perhaps it may not work, but take a look at this answer which re-orders the priority of dll files in the env variables.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM