Stop prompt from showing debug information and get back progess bar?

When I update or install packages, this information always popped up (I’ve erased my user name and some of the links):

C:\Users***>conda update --all
Collecting package metadata (current_repodata.json): …working… DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1):
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1):
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1):
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1):
DEBUG:urllib3.connectionpool:
DEBUG:urllib3.connectionpool:
DEBUG:urllib3.connectionpool:
DEBUG:urllib3.connectionpool:
DEBUG:urllib3.connectionpool:
DEBUG:urllib3.connectionpool:
Solving environment: …working… done
INFO conda.core.link:init(210): initializing UnlinkLinkTransaction with
target_prefix: C:\Users\12260\anaconda3\envs\Bonjour
unlink_precs:
anaconda/noarch::python-dateutil-2.8.2-pyhd3eb1b0_0
anaconda/noarch::six-1.16.0-pyhd3eb1b0_1
anaconda/noarch::pytz-2021.3-pyhd3eb1b0_0
anaconda/win-64::ca-certificates-2023.01.10-haa95532_0
link_precs:
defaults/win-64::ca-certificates-2023.05.30-haa95532_0
defaults/win-64::pytz-2022.7-py311haa95532_0
defaults/noarch::six-1.16.0-pyhd3eb1b0_1
defaults/noarch::python-dateutil-2.8.2-pyhd3eb1b0_0

How can I stop the prompt from showing them? I am not a professional, so i don’t think i need them. Also, the progress bar is missing? How can I find it back?

This is my .condarc file:

ssl_verify: true
channels:

  • defaults

conda config --show verbosity is -3

import logging
print(logging.getLogger(‘urllib3’).getEffectiveLevel()) is 30

conda info: (I’ve erase the url) active environment :
active env location : C:\Users\anaconda3\envs**
shell level : 2
user config file : C:\Users\.condarc
populated config files : C:\Users\.condarc
conda version : 23.7.2
conda-build version : 3.26.0
python version : 3.11.4.final.0
virtual packages : __archspec=1=x86_64
__cuda=12.2=0
__win=0=0
base environment : C:\Users\anaconda3 (writable)
conda av data dir : C:\Users\anaconda3\etc\conda
conda av metadata url : None

      package cache : C:\Users\\anaconda3\pkgs
                      C:\Users\\.conda\pkgs
                      C:\Users\\AppData\Local\conda\conda\pkgs
   envs directories : C:\Users\\anaconda3\envs
                      C:\Users\.conda\envs
                      C:\Users\\AppData\Local\conda\conda\envs
           platform : win-64
         user-agent : conda/23.7.2 requests/2.31.0 CPython/3.11.4 Windows/10 Windows/10.0.22621
      administrator : False
         netrc file : None
       offline mode : False

THX

I have the same issue. And I don’t know how to solve it…

I reinstalled my Anaconda and solved the issue. DONT update the conda and packages; use the default from the Anaconda package.

I tried your method, but is doesn’t work.When I use conda update to check the return, it still return the “Collecting package metadata (current_repodata.json): | DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443”. I have seen your new reply, so I didn’t update. How can I solve it…

I am sorry, I am not good at English…but I really want to know how to solve it

  1. Uninstall Anaconda
  2. Reinstall it from the official website
  3. Download the packages you need
  4. DO NOT update anything

I am very happy to explain how I solve it in Chinese if you wish!

Thank you!!! but it still dose not work…so sad:(

I have the same issue. tried to uninstall and install it again multiple times but still the issue not fixed

Then maybe start a new post and report it as a bug/issue? :smiling_face_with_tear:

Hello everyone.
Just to let y’all know that we know about this issue and we looking into it, it seems that URLLIB3 is getting its debug setting.

Thank you for your patience while we work towards the fix

1 Like

Hey folks, we’ve found that this issue is actually caused by conda_build 3.26.0. You can eliminate the problem by downgrading to conda_build 3.25.0 or wait for a newer version of conda_build to come out! This will do it:

conda install "conda-build!=3.26.0"
4 Likes

I have just update conda-build to 3.26.1 and the problem seemed to be solved. no more DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443

I have the same question on my M2 Mac mini, when I install packages using conda create -n install xxx, the debug issuses occur.