From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62b.google.com (mail-ej1-x62b.google.com [IPv6:2a00:1450:4864:20::62b]) by sourceware.org (Postfix) with ESMTPS id 976AF385800C for ; Sun, 17 Jan 2021 21:36:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 976AF385800C Received: by mail-ej1-x62b.google.com with SMTP id l9so15266356ejx.3 for ; Sun, 17 Jan 2021 13:36:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=2ltPTCvGQyljl/0fJTSJNsBUCm++IJTKDtcFUhYkJ3E=; b=E/Sx69xODIcuM6H5swAChTU40TnP6/zxBXwmrfXYTDrQxmfzKPVPDPkF57Vr2cK4lp qkjRBhxY4zcJ9LHI+F9bJ+0ppOv0a7Px+afgvtyZxPWFQ8yXjPRH8nZ1NvjPKCPy7hBS g9ticUitYwlQX0jcZeg/xvaUZHrDS2Zve3T1gi7euWFjTgvCAvhvZBMikpUAZ/wFBWkw cvQIpmm3dUfVdpN6prEttIttqcGgyQDs4qaR/smY/GZrPO1WmRQjL/8e2GYWDTB3r0o8 y373/GA3Ugg2Y9ht5YiUrdVz8dBa5b0UjUXiWhxIJT5WCuSpB6h2wlOr1KNccwt604Pn bqzg== X-Gm-Message-State: AOAM53093ZPkT96a5G8QXTBavfKrRjxO0RYCiQ/L0+U2S3VmKyXf3daP Mdw0t6+m7Eni9LUTnujVs/CU4/Xqc60= X-Google-Smtp-Source: ABdhPJz3S3gG+pUzJLLjphyh5wPh0DAVirU4KwA4TwKd6xhFHMdc1c020QnujtcJ+0RWsic2rmScZA== X-Received: by 2002:a17:907:1701:: with SMTP id le1mr15927395ejc.68.1610919373723; Sun, 17 Jan 2021 13:36:13 -0800 (PST) Received: from ?IPv6:2003:cc:9f0c:c863:a819:90a7:9501:621a? (p200300cc9f0cc863a81990a79501621a.dip0.t-ipconnect.de. [2003:cc:9f0c:c863:a819:90a7:9501:621a]) by smtp.gmail.com with ESMTPSA id cy13sm296104edb.27.2021.01.17.13.36.13 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 17 Jan 2021 13:36:13 -0800 (PST) Subject: Re: pylint: ImportError: No module named pkg_resources To: cygwin@cygwin.com References: <1f07662a-714a-e1de-3658-04c3e5948dc6@gmail.com> From: Marco Atzeri Message-ID: <4dc6163f-98f9-4ff5-0d48-d823a173a096@gmail.com> Date: Sun, 17 Jan 2021 22:36:12 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2021 21:36:17 -0000 On 17.01.2021 11:23, Oleksandr Gavenko via Cygwin wrote: > On 2021-01-17, Marco Atzeri via Cygwin wrote: > > > Only pylint is available in Cygwin. May be I haven't tried hard but I see no > anything corresponding to Debian's: > > pycodestyle (or pep8) > python3-pyflakes > python3-mccabe > python3-pydocstyle > bandit > > Still pylint was useful (I spotted shadowing built-in function "id" by global > variable). > > I'll try to figure out how can I get them in venv, it is not that crucial to > have them bundled in Cygwin. > I built python3{6,7,8}-pylint packages to replace the pylint one It required for 3.8 the addition of : python38-mccabe python38-wrapt python38-lazy-object-proxy python38-isort python38-astroid I will upload as soon I finish some extra check Regards Marco