【问题标题】:Requests is installed but still no module found error comes [closed]安装了请求,但仍然没有找到模块错误[关闭]
【发布时间】:2016-08-13 10:13:51
【问题描述】:

我已将python安装在路径:C:\Python\Python35-32

我已成功安装请求模块:

但是当我尝试导入时 - 我收到未找到的错误。

能否请您指导我哪里出错了 - 我是初学者并在 Windows 中使用 Idle。

【问题讨论】:

标签: python python-3.x pip


【解决方案1】:

Python 区分大小写。使用import requests

【讨论】:

  • 谢谢。我认为应该给这个网站打低分:first-web-scraper.readthedocs.io/en/latest
  • 并非如此。网站 sn-ps 进一步向下使用 import requestsRequests 仅与 pip install Requests 一起使用,因为与导入不同,pip install 命令区分大小写。
  • 谢谢,纠正我的错误。
猜你喜欢
  • 1970-01-01
  • 2018-07-07
  • 1970-01-01
  • 2016-02-29
  • 2020-04-01
  • 2021-12-07
  • 1970-01-01
  • 2013-11-09
  • 1970-01-01
相关资源
最近更新 更多