微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

在ubuntu服务器上用anaconda升级beautifulsoup版本

如何解决在ubuntu服务器上用anaconda升级beautifulsoup版本

我有一个 anaconda 环境。我正在尝试将我的 beatifulsoup4 模块更新为更新版本,但我似乎卡在 4.6.3 上。我已经在我的 ubuntu 服务器上尝试了以下所有命令,但都没有成功。我收到下面的错误消息,或者在我运行命令后它只停留在 4.6.3。有没有人建议如何在 ubuntu 服务器上使用 anaconda 升级到至少 4.7.0 或更高版本的 beautifullsoup4?

conda install -c anaconda beautifulsoup4=4.7.0
conda update beautifulsoup4=4.7.0
conda install -c anaconda beautifulsoup4==4.7.0
conda install beautifulsoup4==4.7.0
conda upgrade beautifulsoup4==4.7.0
conda update beautifulsoup4==4.7.0
conda update beautifulsoup4=>4.7.0
conda update beautifulsoup4

我要了

PackagesNotFoundError: The following packages are not available from current channels:

  - beautifulsoup4=4.7.0

Current channels:

  - https://conda.anaconda.org/anaconda/linux-64
  - https://conda.anaconda.org/anaconda/noarch
  - https://repo.anaconda.com/pkgs/main/linux-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/linux-64
  - https://repo.anaconda.com/pkgs/r/noarch

To search for alternate channels that may provide the conda package you're
looking for,navigate to

    https://anaconda.org

and use the search bar at the top of the page.

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。