From e459d7ed9e66ab4e8869bc6aa32ea9005c247205 Mon Sep 17 00:00:00 2001 From: Saugat Pachhai Date: Mon, 1 Nov 2021 20:25:50 +0545 Subject: [PATCH] deps: require chardet as a dependency Looks like azure-core is dependent on a dependency `chardet` that aiohttp brought it with, which has been replaced with `charset_normalizer`. But azure-core depends on internal of aiohttp and looks like it tries to set it's own encoding parser, `chardet` which is now not available. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 62321ba687..0fed414764 100644 --- a/setup.cfg +++ b/setup.cfg @@ -99,6 +99,7 @@ azure = adlfs==2021.9.1 azure-identity>=1.4.0 knack + chardet gdrive = pydrive2[fsspec]>=1.9.4 gs = gcsfs==2021.10.1 hdfs =