我正在尝试更新我最新的Anaconda安装(发行日期2020-07-31,Ubuntu 20.04.1)中的一些常用软件包,但是我看到错误消息,抱怨它们被{{1 }}程序包。
如何取消固定它们并更新anaconda
或matplotlib
之类的软件包?
Python版本:python
Conda版本:3.8.3
请参阅下文。我可以看到4.8.4
频道中提供了python 3.8.5
软件包。但是当我尝试更新它时,我看到了以下内容。
当我尝试获得pkg/main
时发生了同样的事情。
matplotlib 3.3.1
是否打包了问题?我以前的anaconda
安装并没有出现这个问题,前一阵子使用python Anaconda
。
3.7
这是我的conda search python
#output
python 3.8.5 h4d41432_2_cpython conda-forge
python 3.8.5 h6f2ec95_1_cpython conda-forge
python 3.8.5 h6f2ec95_2_cpython conda-forge
python 3.8.5 hcff3b4d_0 pkgs/main
....
conda update python
# output
Collecting package metadata (current_repodata.json): done
Solving environment: |
Updating python is constricted by
anaconda -> requires python==3.8.3=hcff3b4d_2
If you are sure you want an update of your package either try `conda update --all` or install a specific version of the package you want using `conda install <pkg>=<version>`
done
# All requested packages already installed.
:
.condarc
感谢您的帮助。