Scrapy installed, but won't recognized in the command line

前端 未结 4 430
别跟我提以往
别跟我提以往 2020-12-21 03:28

I installed Scrapy in my python 2.7 environment in windows 7 but when I trying to start a new Scrapy project using scrapy startproject newProject the command pr

4条回答
  •  长情又很酷
    2020-12-21 04:26

    same problem here and check up different installation guide link and run below in anaconda prompt:

    conda update scrapy

    now working perfectly with scrapy startproject cmd

提交回复
热议问题