scrapy安装成功但却无法在cmd里面调用

安装scrapy出现警告Consider adding this directory to PATH

scrapy安装成功但却无法在cmd里面调用

先进行scrapy的卸载:

pip uninstall scrapy

卸载完之后再安装

pip install scrapy

出现的警告

  • The script automat-visualize.exe is installed in ‘C:\Users\bnb88\AppData\Roaming\Python\Python37\Scripts’ which is not on PATH.
    Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.


再进行scrapy指令的时候:

得到的报错:

scrapy : 无法将“scrapy”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径
正确,然后再试一次。
所在位置 行:1 字符: 1
+ scrapy
+ ~~~~~~
    + CategoryInfo          : ObjectNotFound: (scrapy:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

解决方法:

加上py-m

py -m scrapy
  • 成功解决
Usage:
  scrapy <command> [options] [args]

Available commands:
  bench         Run quick benchmark test
  commands
  runspider     Run a self-contained spider (without creating a project)
  settings      Get settings values
  shell         Interactive scraping console
  startproject  Create new project
  version       Print Scrapy version
  view          Open URL in browser, as seen by Scrapy

  [ more ]      More commands available when run from project directory
  • 另外:py -m如果行不通的话,尝试python3 -m 或者是python -m。
  • 11
    点赞
  • 13
    收藏
    觉得还不错? 一键收藏
  • 4
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值