While running the command conda update –-all I am facing this issue (as shown in the screenshot), I have reinstalled and anaconda navigator as well — still I am facing this error, Please help.
Hello! You can proceed as follows to solve this problem. Download the fixed version of jupyterlab_widgets
https://anaconda.org/conda-forge/jupyterlab_widgets/3.0.16/download/noarch/jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda.
Activate the environment to which you would like to install the package (jupyterlab_widget) with the command
“conda activate <environment_name>”
You can see the current version of jupyterlab_widgets by using the command
“conda list jupyterlab_widgets”
Navigate to the directory where you have downloaded the file above and run
“conda install –use-local jupyterlab_widgets-3.0.16-pyhcf101f3_1.conda”
This should fix the error you are having.
I have never been able to get Anaconda to update. If I want to current version I have to uninstall and start over.
It doesn’t work in my case. There is some problem with encoding: ‘latin-1’ codec can’t encode character ‘\u2013’ in position 0: ordinal not in range(256)
