X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:reply-to:subject:date:message-id :references:mime-version:content-type; q=dns; s=default; b=qkG/E OIGAUHbfJoJFTr67u43rfw979/aMk5p7h6IzWLes0Q4Mh/XBAXhcNbE55IneAEmE YG30ODWw3xGTJLcJ8gHSHxi1myfLK/A0HhJ9JJJhVKNo/ltAanSaRycuvz0jox5r q6ML+P7055ffkkPeLec+B9cKLwt8CrKWAhKoTg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:reply-to:subject:date:message-id :references:mime-version:content-type; s=default; bh=vc8nh8N1wVW A+nPGJ5jPLWrGCHY=; b=eaOfKfg4sh7tP4C5SmYTHHq0jYcO+dhPsMvb0fR+ldo AcTCy3ZD8kiMzT0dv/0+C/KCelT4kY+PaokwpqkOEJfPoSiKwzOkAC0ekccZUe0V 7o21KUMezrf68sXVjkzagWDLU+gMWPJIjhAAAmfAgm/TY36A5uAy8DobrjPPThUE = Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_GOODAOL,SPF_PASS autolearn=ham version=3.3.1 spammy=H*Ad:D*aol.com, idle, setupexe, UD:setup.exe X-HELO: ciao.gmane.io To: cygwin AT cygwin DOT com From: "airplanemath via cygwin" Reply-To: airplanemath Subject: Re: Strange behavior of Python Package Index Date: Wed, 29 Jan 2020 21:52:22 -0500 Message-ID: References: <1578320592409-0 DOT post AT n5 DOT nabble DOT com> <66688313-81a3-6e0e-aa62-7c3197c42dbf AT gmail DOT com> <1578397085780-0 DOT post AT n5 DOT nabble DOT com> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (cygwin) X-IsSubscribed: yes > I have selected python38-tkinter package for the Cygwin setup. > Tkinter is available when I start python3.8, but when I try to check list of > packages installed with pip3.8, > tkinter is not listed. > It seems that all packages selected from Cygwin setup are missing. > Only packages installed with command pip3.8 install are listed. python?? python??-devel python??-test python??-tkinter python??-debuginfo idle?? are all built from the CPython source. None of the corresponding files would be recognized by pip on any platform, as they are part of base python, rather than third-party extensions. |pip3.8 list| will also not recognize python38 as being installed, no matter what setup.exe tells you, for much the same reason. All other python??-* packages ([1]) were installed using pip, so |pip list| will find them just fine. Short version: Cygwin package != PyPI package, and pip only cares about the latter [1] except the python??-*-debuginfo packages -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple