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.