Anaconda Error - module 'brotli' has no attribute 'error'

TigSh picture TigSh · May 19, 2020 · Viewed 8.3k times · Source

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

Answer

kiran-parte picture kiran-parte · Jul 14, 2020

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