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

前端 未结 4 435
别跟我提以往
别跟我提以往 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:11

    If you are using Anaconda or Miniconda, try updating the conda command as follows:

    conda update -n base -c defaults conda

    It worked for me.

提交回复
热议问题