Solving environment: failed. Not the answer you're looking for? "conda update -n base conda" is not updating conda #6591 - Github Have a question about this project? $ conda update -n base -c defaults conda Solving environment: done ==> WARNING: A newer version of conda exists. You signed in with another tab or window. UnsatisfiableError: The following specifications were found to be in conflict: Why can't the library qtconsole be updated to 3.6? - numpy. Connect and share knowledge within a single location that is structured and easy to search. How about. So, the message is correct, but conda update doesn't want to update. - python=3.9.7=h12debd9_1 Proper way to declare custom exceptions in modern Python? - ca-certificates=2021.10.26=h06a4308_2 <== current version: 4.7.12 latest . >>> import nltk, numpy It's a known issue, and none of the advice about channels, pinning, or specific packages ever helped. How to upgrade all Python packages with pip. # Open the folder for stable-diffusion-webui cd stable-diffusion-webui # Start conda if it isn't active already conda activate web-ui # Set the environment variable so we disable the CUDA GPU test for launch.py conda env config vars set COMMANDLINE_ARGS= "--skip-torch-cuda-test " # Deactive (again), because we need to reload the environment . If I run $ conda update -n base conda, I receive the following output: conda update --all works just fine, and I can update packages individually with no problem as well. Hi there, thank you for your contribution to Conda! 565), Improving the copy in the close modal and post notices - 2023 edition, New blog post from our CEO Prashanth: Community is the future of AI. # numpy-base-1.21.2 | 4.9 MB | ###################################################################################################################################### | 100% How a top-ranked engineering school reimagined CS curriculum (Ep. install Anaconda or Miniconda. Connect and share knowledge within a single location that is structured and easy to search. < == current version: 4.12.0 latest version: 4.13.0 Please update conda by running $ conda update -n base -c defaults conda # All requested packages already . If this is the case just remove the conda entry in that list. condablast conda install -c bioconda blast Collecting package metadata (current_repodata.json): done Solving environment: done ==> WARNING: A newer version of conda exists. The recommendation I guess is just to keep your base environment as minimal or generic as possible, and than have specialized environments for particular tasks. So basically, twice. mkl_random-1.2.2 | 309 KB | ###################################################################################################################################### | 100% mkl-service-2.4.0 | 59 KB | ###################################################################################################################################### | 100% no I am running it as a container which will serve all users. python pkgs/main/linux-64::python-3.9.7-h12debd9_1 I think you could try the command: conda install conda=4.6.4, it may be helpful. Checking on torch and torchvision, I found that they were not part of my Anaconda installation, so that was not the problem either. Looking for job perks? Conda 4.6 requires at Python 2.7 or 3.6, or 3.7. without specifying anaconda channel) and got this: I'm guessing the anaconda::conda pin was the problem, huh? PyTorch version: 1.13.1+cu117. Revision 86e83925. How do I check which version of Python is running my script? I didn't realize that about anaconda. If you have not set autoread to false you may get into trouble if one channel writes a lot of data before the other can consume it. mkl_fft-1.3.1 | 182 KB | ###################################################################################################################################### | 100% conda update -n base -c defaults conda. <== current version: 4.4.2 latest version: 4.4.6 Please update conda by running $ conda update -n base conda However, when I run conda update -n base conda in the PowerShell, I get the following message: CondaEnvironmentNotFoundError: Could not find environment: base . Sign in Asking for help, clarification, or responding to other answers. Pretty simple to do so! Conda is a system for package management of multiple programming languages, but the most commonly used in CLAS is python. This is a duplicate of #7165. - xz=5.2.5=h7b6447c_0 <== current version: 4.12.0 latest version: 4.13.0 Please update conda by running $ conda update -n base conda I am using the following conda update -n base conda=4.13.0 is that going to break anything? Can I general this code to draw a regular polyhedron? By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. "Signpost" puzzle from Tatham's collection. Unexpected uint64 behaviour 0xFFFF'FFFF'FFFF'FFFF - 1 = 0? <== mkl_random pkgs/main/linux-64::mkl_random-1.2.2-py39h51133e4_0 This is forced to True if conda-build is installed and # # older than 3.18.3, because older versions of conda break when conda # # feeds it the new file format. a resource exists with a diff erent case. My base version of python is 3.7. It's better to use specialized environments that are built for particular tasks, rather than to have a single environment that you try to make work for all tasks.