RequestsDependencyWarning: Unable to find acceptable character detection dependency (chardet or charset_normalizer)
Problem The problem occurs when using the Python requests library, the chardet library is not installed. /Users/adacheng/Library/Python/3.9/lib/python/site-packages/requests/__init__.py:86: RequestsDependencyWarning: Unable to find acceptable charact...
Jan 6, 20251 min read2.1K


