简体   繁体   中英

Anaconda install new packages without updating conda

I am trying to install a python package by using conda install . It pops this message and halt:

在此处输入图片说明

Does it mean I have to update conda first? Is it possible to install new packages without updating to the latest version?

According to this answer from the Anaconda GitHub , one can achieve what you are looking for through conda install <package> conda=XX where XX is your conda version.

Additionally, one can suppress the conda auto-update through the following command conda config --set auto_update_conda false

It is preferred to have latest Conda version to install packages.Updating Conda is easy. The terminal also shows you the respective command for this. You can find more help here: Conda update

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM