You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched for other issues and couldn't find a solution or duplication
I already searched in Google and didn't find any good information or help
I looked at the docs and didn't see anything to help
What happened?
I installed Anaconda Navigator on my computer yesterday. I tried to update Anaconda from Navigator. But while updating, I got an error like in the picture. Then I tried to do the same operation with Anaconda Prompt and I encountered a different error there too. I added the entire error there as Error Report. Thanks for your help.
Conda info
active environment : base
active env location : C:\Users\Lenovo\anaconda3
shell level : 1
user config file : C:\Users\Lenovo\.condarc
populated config files : C:\Users\Lenovo\.condarc
conda version : 24.5.0
conda-build version : 24.5.1
python version : 3.12.4.final.0
solver : libmamba (default)
virtual packages : __archspec=1=haswell
__conda=24.5.0=0
__cuda=10.1=0
__win=0=0
base environment : C:\Users\Lenovo\anaconda3 (writable)
conda av data dir : C:\Users\Lenovo\anaconda3\etc\conda
conda av metadata url : None
channel URLs : https://repo.anaconda.com/pkgs/main/win-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/win-64
https://repo.anaconda.com/pkgs/r/noarch
https://repo.anaconda.com/pkgs/msys2/win-64
https://repo.anaconda.com/pkgs/msys2/noarch
package cache : C:\Users\Lenovo\anaconda3\pkgs
C:\Users\Lenovo\.conda\pkgs
C:\Users\Lenovo\AppData\Local\conda\conda\pkgs
envs directories : C:\Users\Lenovo\anaconda3\envs
C:\Users\Lenovo\.conda\envs
C:\Users\Lenovo\AppData\Local\conda\conda\envs
platform : win-64
user-agent : conda/24.5.0 requests/2.32.2 CPython/3.12.4 Windows/10 Windows/10.0.19045 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8 aau/0.4.4 c/. s/. e/.
administrator : True
netrc file : None
offline mode : False
Traceback (most recent call last):
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\exception_handler.py", line 18, in __call__
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\cli\main.py", line 84, in main_subshell
exit_code = do_call(args, parser)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\cli\conda_argparse.py", line 200, in do_call
result = getattr(module, func_name)(args, parser)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\notices\core.py", line 132, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\cli\main_update.py", line 103, in execute
install(args, parser, "update")
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\cli\install.py", line 455, in install
handle_txn(unlink_link_transaction, prefix, args, newenv)
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\cli\install.py", line 511, in handle_txn
unlink_link_transaction.print_transaction_summary()
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\core\link.py", line 1222, in print_transaction_summary
legacy_action_groups = self._make_legacy_action_groups()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\core\link.py", line 1202, in _make_legacy_action_groups
self._pfe.prepare()
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\common\io.py", line 86, in decorated
return f(*args, **kwds)
^^^^^^^^^^^^^^^^
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\core\package_cache_data.py", line 751, in prepare
self.paired_actions.update(
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\core\package_cache_data.py", line 752, in <genexpr>
(prec, self.make_actions_for_record(prec)) for prec in largest_first
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\core\package_cache_data.py", line 596, in make_actions_for_record
extracted_pcrec = next(
^^^^^
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\core\package_cache_data.py", line 597, in <genexpr>
(
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\core\package_cache_data.py", line 600, in <genexpr>
PackageCacheData(pkgs_dir).query(pref_or_spec)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\core\package_cache_data.py", line 86, in __call__
package_cache_instance = super().__call__(pkgs_dir)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\core\package_cache_data.py", line 99, in __init__
self._urls_data = UrlsData(pkgs_dir)
^^^^^^^^^^^^^^^^^^
File "C:\Users\Lenovo\anaconda3\Lib\site-packages\conda\core\package_cache_data.py", line 531, in __init__
self._urls_data = [line.strip().decode("utf-8") for line in fh]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa2 in position 76: invalid start byte
$ C:\Users\Lenovo\anaconda3\Scripts\conda-script.py update -n base anaconda-navigator
An unexpected error has occurred. Conda has prepared the above report.
If you suspect this error is being caused by a malfunctioning plugin,
consider using the --no-plugins option to turn off plugins.
Example: conda --no-plugins install
Alternatively, you can set the CONDA_NO_PLUGINS environment variable on
the command line to run the command without plugins enabled.
Example: CONDA_NO_PLUGINS=true conda install
If submitted, this report will be used by core maintainers to improve
future releases of conda.
Would you like conda to send this report to the core maintainers? [y/N]: y
Upload successful.
Thank you for helping to improve conda.
Opt-in to always sending reports (and not see this message again)
by running
$ conda config --set report_errors true
The text was updated successfully, but these errors were encountered:
Checklist
What happened?
I installed Anaconda Navigator on my computer yesterday. I tried to update Anaconda from Navigator. But while updating, I got an error like in the picture. Then I tried to do the same operation with Anaconda Prompt and I encountered a different error there too. I added the entire error there as Error Report. Thanks for your help.
Conda info
Conda config
Conda list
Additional Context
>>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
$ C:\Users\Lenovo\anaconda3\Scripts\conda-script.py update -n base anaconda-navigator
environment variables:
CIO_TEST=
CONDA_ALLOW_SOFTLINKS=false
CONDA_DEFAULT_ENV=base
CONDA_EXE=C:\Users\Lenovo\anaconda3\condabin..\Scripts\conda.exe
CONDA_EXES="C:\Users\Lenovo\anaconda3\condabin..\Scripts\conda.exe"
CONDA_PREFIX=C:\Users\Lenovo\anaconda3
CONDA_PROMPT_MODIFIER=(base)
CONDA_PYTHON_EXE=C:\Users\Lenovo\anaconda3\python.exe
CONDA_ROOT=C:\Users\Lenovo\anaconda3
CONDA_SHLVL=1
CURL_CA_BUNDLE=
HOMEPATH=\Users\Lenovo
LD_PRELOAD=
PATH=C:\Users\Lenovo\anaconda3;C:\Users\Lenovo\anaconda3\Library\mingw-
w64\bin;C:\Users\Lenovo\anaconda3\Library\usr\bin;C:\Users\Lenovo\anac
onda3\Library\bin;C:\Users\Lenovo\anaconda3\Scripts;C:\Users\Lenovo\an
aconda3\bin;C:\Users\Lenovo\anaconda3\condabin;C:\Windows\system32;C:
Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell
\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files (x86)\NVIDIA
Corporation\PhysX\Common;C:\Program Files\nodejs;C:\WINDOWS\system32;C
:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShe
ll\v1.0;C:\WINDOWS\System32\OpenSSH;H:\Program Files\MATLAB
2023-B\runtime\win64;H:\Program Files\MATLAB 2023-B\bin;H:\Program
Files\Matlab 2023b\runtime\win64;H:\Program Files\Matlab
2023b\bin;C:\Program Files\Docker\Docker\resources\bin;C:\Program
Files\Lenovo\Bluetooth Software;C:\Program Files\Lenovo\Bluetooth
Software\syswow64;C:\Program Files (x86)\Microsoft SQL
Server\160\Tools\Binn;C:\Program Files\Microsoft SQL
Server\160\Tools\Binn;C:\Program Files\Microsoft SQL Server\Client
SDK\ODBC\170\Tools\Binn;C:\Program Files\Microsoft SQL
Server\160\DTS\Binn;C:\Program Files (x86)\Microsoft SQL
Server\160\DTS\Binn;C:\Program Files\Git\cmd;C:\Users\Lenovo\anaconda3
;C:\Users\Lenovo\anaconda3\Library\mingw-
w64\bin;C:\Users\Lenovo\anaconda3\Library\usr\bin;C:\Users\Lenovo\anac
onda3\Library\bin;C:\Users\Lenovo\anaconda3\Scripts;C:\Users\Lenovo\Ap
pData\Local\Programs\Python\Python312\Scripts;C:\Users\Lenovo\AppData
Local\Programs\Python\Python312;C:\Users\Lenovo\AppData\Local\Microsof
t\WindowsApps;C:\Users\Lenovo\AppData\Local\Programs\Microsoft VS Code
\bin;C:\Users\Lenovo\AppData\Roaming\npm;C:\Users\Lenovo\AppData\Local
\Pandoc
PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\Windows
PowerShell\v1.0\Modules;C:\Program Files (x86)\Microsoft SQL
Server\160\Tools\PowerShell\Modules
REQUESTS_CA_BUNDLE=
SSL_CERT_FILE=C:\Users\Lenovo\anaconda3\Library\ssl\cacert.pem
populated config files : C:\Users\Lenovo.condarc
conda version : 24.5.0
conda-build version : 24.5.1
python version : 3.12.4.final.0
solver : libmamba (default)
virtual packages : __archspec=1=haswell
__conda=24.5.0=0
__cuda=10.1=0
__win=0=0
base environment : C:\Users\Lenovo\anaconda3 (writable)
conda av data dir : C:\Users\Lenovo\anaconda3\etc\conda
conda av metadata url : None
channel URLs : https://repo.anaconda.com/pkgs/main/win-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/win-64
https://repo.anaconda.com/pkgs/r/noarch
https://repo.anaconda.com/pkgs/msys2/win-64
https://repo.anaconda.com/pkgs/msys2/noarch
package cache : C:\Users\Lenovo\anaconda3\pkgs
C:\Users\Lenovo.conda\pkgs
C:\Users\Lenovo\AppData\Local\conda\conda\pkgs
envs directories : C:\Users\Lenovo\anaconda3\envs
C:\Users\Lenovo.conda\envs
C:\Users\Lenovo\AppData\Local\conda\conda\envs
platform : win-64
user-agent : conda/24.5.0 requests/2.32.2 CPython/3.12.4 Windows/10 Windows/10.0.19045 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8
administrator : True
netrc file : None
offline mode : False
An unexpected error has occurred. Conda has prepared the above report.
If you suspect this error is being caused by a malfunctioning plugin,
consider using the --no-plugins option to turn off plugins.
Example: conda --no-plugins install
Alternatively, you can set the CONDA_NO_PLUGINS environment variable on
the command line to run the command without plugins enabled.
Example: CONDA_NO_PLUGINS=true conda install
If submitted, this report will be used by core maintainers to improve
future releases of conda.
Would you like conda to send this report to the core maintainers? [y/N]: y
Upload successful.
Thank you for helping to improve conda.
Opt-in to always sending reports (and not see this message again)
by running
The text was updated successfully, but these errors were encountered: