I updated anaconda using Anaconda Command Prompt.
After update whenever I run any command ex: conda info or conda list I get the below error
module 'brotli' has no attribute 'error'
I would Really appreciate any help on this! Not sure how it solve it
I solved the issue by installing urllib3
Just open the terminal and type:
conda install -c anaconda urllib3
or you can also try:
conda install -c conda-forge brotlipy