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 30conda 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