X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 878F8385800C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1610919378; bh=IEPEzwmm9EJU+i8Dw7SMO1sQ6J8l5Bs2IYmHZM/zbsc=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=kw6lsUaqtWA2/73y3bA+sXzgRuSs00nEvJlDI0DjxuplZ7kGkk1FBA0mpir0hxye/ wmSbwPRtD06TxodOgrIqYM1KUVy5lZrcS2RX/ktC9J1yYa/HmMRgCWBmKIB8IXAsky gmtm2+HioI6n7Vkeg8ZWQdOxa8nvrVEn9Fo1ReBM= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 976AF385800C 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) Subject: Re: pylint: ImportError: No module named pkg_resources To: cygwin AT cygwin DOT com References: <1f07662a-714a-e1de-3658-04c3e5948dc6 AT gmail DOT com> 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-Language: it 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 AT cygwin DOT 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: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" 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 -- 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