【问题标题】:I am getting errors trying to use pip and I cannot understand the error message. Can someone please tell me what to do?我在尝试使用 pip 时遇到错误,我无法理解错误消息。有人可以告诉我该怎么做吗?
【发布时间】:2019-12-11 18:47:18
【问题描述】:

我正在尝试使用命令“pip install beautifulsoup” 我也尝试过使用“python -m pip install kivy==1.11.1”

这是我在尝试安装 beautifulsoup 时遇到的错误:

请帮我解决这个错误,是 pip 中的错误吗?

【问题讨论】:

标签: python python-3.x cmd command-prompt


【解决方案1】:

使用pip install beautifulsoup4 代替pip install beautifulsoup

【讨论】:

    【解决方案2】:

    你不需要做:pip install beautifulsoup4 Beautifulsoup 1 太老了……

    【讨论】:

      【解决方案3】:

      请在询问我们之前阅读您的错误消息。

      【讨论】:

        【解决方案4】:

        试试:python -m pip install beautifulsouppython -m pip install beautifulsoup4

        【讨论】:

          猜你喜欢
          • 2019-04-24
          • 2012-09-16
          • 2012-08-24
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 2013-02-20
          • 1970-01-01
          • 2021-12-08
          相关资源
          最近更新 更多