在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 (将#修改为@)