delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2022/02/23/05:38:59

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 03F98394880A
Authentication-Results: sourceware.org;
dmarc=pass (p=none dis=none) header.from=gmail.com
Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112;
h=mime-version:from:date:message-id:subject:to;
bh=6SM5k2OaLZUYWRIaxUdCetHPPcDjOBTvJfAYS3NdgaE=;
b=X3RCJfr3lf0kIU266+0HGvGfufRPrlnoaOIO5tUSaj1IuIlkzrA0OsC2+DXyjvZAHy
HZjbzFle2ZpEM/nPLIh9eqGoGty4ONX/AL+TxpyHk2mZ+usvUU2k2qVUMemcE9bxx1Ez
1OonV1vCjtcLTPNrtqa3KQHWkh+RdUrd/iDB4Hz2Z3t8l2wH0TuVDLjmgmraBVkhOSby
a7cpPstvMZg/ruCSIgni+WNBzABhpG2+TdWVT7w1UIwUgwYvUaIO5fp45DM44APECebR
NsaL4wEi7uNX+8/xH1Yo3TLs8PHybMzVBcS+wAo6j00mGKC3dI55MuY5Si1huFzr9NTY
O+DQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20210112;
h=x-gm-message-state:mime-version:from:date:message-id:subject:to;
bh=6SM5k2OaLZUYWRIaxUdCetHPPcDjOBTvJfAYS3NdgaE=;
b=N8DEto/oDPNZokgZ3QsLOZopu4nrl+QT/UrktVU0oBrpSup20Y0M7Gaozmtywvp9lH
vcPf1nx9+fWAZULm5O8fLouSWUy3Zcz4Wj+GrOr7S8vioTJKCwhhWZKAvwY6CAqc5FYX
2zDDJCSAdSiowDPCTTZG2oe0zGd5AUXGSE8HKoxUJOtF2oh2wmME+fVvyfLdk30IJabU
FoIwdHNyV+3/8F4ONWeTbkvp7+NbSSBIr9JwVKDaQJrt2ZtAekdwB9kSs1MvMXwfBwKQ
0O0t3wzEHG/s1/tH4KNfs/swGmdgTSprgBRM8KRDt+ktcNa2gNU7QCwZhipo3Nhg2Z2T
EWhg==
X-Gm-Message-State: AOAM5328Xha6SJY3lc8LKZ8gJU/sjuaxwzIvelVtFWjYw5vPGkPHkAiU
GqWPVox8fPflA8U63tlyQX4d2Ywz9N585nKcf02R16ph1/hJnw==
X-Google-Smtp-Source: ABdhPJwK1+NNNHn6zHSEwalzQcqGugQu1n5Jv1P3SgFhCmDj+z9qT38PkvHlzhafizFlxyQthFznatcHFjdYbmMUgL8=
X-Received: by 2002:a05:6102:3138:b0:31b:5b73:1795 with SMTP id
f24-20020a056102313800b0031b5b731795mr12751075vsh.3.1645612685390; Wed, 23
Feb 2022 02:38:05 -0800 (PST)
MIME-Version: 1.0
From: Sharuzzaman Ahmat Raslan <sharuzzaman AT gmail DOT com>
Date: Wed, 23 Feb 2022 18:37:29 +0800
Message-ID: <CAK+zucn77L9Pw+P-osKSp2SoreyJ-g64EHamdL4iQFgzqAqaWg@mail.gmail.com>
Subject: python37-requests package does depends on charset_normalizer or
chardet
To: The Cygwin Mailing List <cygwin AT cygwin DOT com>
X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,
SPF_HELO_NONE, SPF_PASS, TXREP,
T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

Hi Cygwin package manager.

I'm on my new laptop, and installing packages as necessary.

After installing python37-requests, my program raised an exception like this:

Traceback (most recent call last):
  File "get_header.py", line 1, in <module>
    import requests
  File "/usr/lib/python3.7/site-packages/requests/__init__.py", line
100, in <module>
    check_compatibility(urllib3.__version__, chardet_version,
charset_normalizer_version)
  File "/usr/lib/python3.7/site-packages/requests/__init__.py", line
85, in check_compatibility
    raise Exception("You need either charset_normalizer or chardet installed")
Exception: You need either charset_normalizer or chardet installed

I did not see python37-requests depends or pulling it
charset_normalizer or chardet during installation. Is that
intentional?

Thank you.

-- 
Sharuzzaman Ahmat Raslan

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019