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
I solved this issue by commenting lines 376 & 377 in the file
C:\ProgramData\Anaconda3\Lib\site-packages\urllib3\response.py
and then install brotli library by running either
pip install brotli
or
conda install brotli
After successful installation, uncomment above lines. Do whatever you want now. Error should not come.
I solved the issue by installing brotlipy
Just open the terminal and type:
conda install -c anaconda brotlipy
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With