I configured my conda channels by adding the channels conda-forge and anaconda but now receive this warning whenever I run any conda command in terminal no matter what environment I am in:
C:\Users\henry\anaconda3\Lib\site-packages\requests\__init__.py:102: RequestsDependencyWarning: urllib3 (1.26.8) or chardet (5.1.0)/charset_normalizer (2.0.4) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "
C:\Users\henry\anaconda3\Lib\site-packages\conda_package_streaming\package_streaming.py:19: UserWarning: zstandard could not be imported. Running without .conda support.
warnings.warn("zstandard could not be imported. Running without .conda support.")
C:\Users\henry\anaconda3\Lib\site-packages\conda_package_handling\api.py:29: UserWarning: Install zstandard Python bindings for .conda support
_warnings.warn("Install zstandard Python bindings for .conda support")
I tried updating all of my conda libraries by running conda update all but it just buffered for literally twelve hours before I stopped it. I also cleaned the cache but that did nothing.