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
scrapy startproject newProject
If you are using Anaconda or Miniconda, try updating the conda command as follows:
conda
conda update -n base -c defaults conda
It worked for me.