I have problems with scrapy in anaconda 3

0

I'm trying to use scrapy in anaconda 3 over windows 10, more specifically in spider.
Scrapy as such, it is installed and when I have to import it or create the classes of the examples that I see on the internet, it works perfectly. Now when I try to use the following instructions, in this case "scrapy startproject tutorial". And the console does not recognize any scrapy command, it gives me this error:

scrapy startproject tutorial  
  File "<ipython-input-12-b834eafbf036>", line 1  
    scrapy startproject tutorial  
                      ^
SyntaxError: invalid syntax  

From what I understand, scrapy would be working fine, but it does not recognize the commands.
I hope your help, thank you very much

    
asked by Gonzalo Ortiz 23.10.2018 в 05:26
source

0 answers