Python no longer has to worry about character set encoding. Use chardet to easily solve your problems.

Welcome to add Huawei Cloud Assistant WeChat (WeChat ID: HWCloud002 or HWCloud003), enter the keyword “Add Group“, and join Huawei Cloud Online Technical discussion group; enter the keyword “Latest Events” to get the latest special promotions from Huawei Cloud. Huawei Cloud has many technical celebrities and special promotions waiting for you. Annoying character set No […]

[Solved] urllib3 1.26.9 or chardet 4.0.0 doesn’t match a supported version error handling

C:\Users\86132\AppData\Local\Programs\Python\Python38\python.exe C:/Users/86132/PycharmProjects/PycharmProjects/crazy_bounty/tomorrow.py C:\Users\86132\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\__init__.py:89: RequestsDependencyWarning: urllib3 (1.26.9) or chardet (4.0.0) doesn’t match a supported version! warnings.warn(“urllib3 ({}) or chardet ({}) doesn’t match a supported ” Reason: The versions of urllib3 and chardet do not match Solution: Enter the current __init__.py file to find the version compatibility range of urllib3 and chardet Find the check_compatibility(urllib3_version, chardet_version) method […]